Disable Alert Custom Rule
Select
SaaS
Customer Managed
Disable the alert custom rule by using the given alert rule id
Path Parameters
- alertRuleId int32 required
Unique Id of the alert custom rule to disable it
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorCode int32
error code value
attributes object[]
list of attributes
name stringvalue string
{
"errorCode": 0,
"attributes": [
{
"name": "string",
"value": "string"
}
]
}
Internal Server Error
Loading...