BulkDisableAlertRules
Disable multiple alert rules in a single batch operation
POST
/api/v1/alerting/rules/bulk-disableOperation ID
BulkDisableAlertRulesSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
tenantIdStringRequiredTenant identifier for the bulk operation
Example: tenant-001
ruleIdsListRequiredList of rule UUIDs to disable
Example: item1,item2
