Alerting & Response/Alert Rules
POSTAlertingSince 1.0SynchronousAuth Required
BulkDisableAlertRules
Disable multiple alert rules in a single batch operation
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
tenantIdStringRequiredTenant identifier for the bulk operation
Example: tenant-001
ruleIdsListRequiredList of rule UUIDs to disable
Example: item1,item2
Responses
Endpoint
POST/api/v1/alerting/rules/bulk-disable
/api/v1/alerting/rules/bulk-disable
Request Example
curl -X POST '{host}/api/v1/alerting/rules/bulk-disable' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"tenantId":"tenant-001","ruleIds":"item1,item2"}'
Response Example
200{
"count": 5
}Change History
This API has no change history records yet.
