BulkEnableAlertRules
Enable multiple alert rules in a single batch operation
POST
/api/v1/alerting/rules/bulk-enableOperation ID
BulkEnableAlertRulesSince
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 enable
Example: item1,item2
