Skip to main content
POST
/
api
/
alarm
/
process
告警处理
curl --request POST \
  --url https://api.example.com/api/alarm/process \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "xxxxx"
}'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required

Response

200 - application/json

The response is of type object.