Skip to main content
POST
/
api
/
alarm
/
rule
/
modify
告警规则编辑
curl --request POST \
  --url https://api.example.com/api/alarm/rule/modify \
  --header 'Authentication: <authentication>' \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{}'
{}

Headers

Authorization
string
required
Content-Type
string
required
Authentication
string
default:{{token_1}}
required

Body

application/json

The body is of type object.

Response

200 - application/json

The response is of type object.