Alerting & Response/Alert Rules
GETAlertingSince 1.0SynchronousAuth Required
ExportAlertRules
Export all alert rules for a tenant as a portable JSON bundle
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantIdStringTenant identifier to scope the export Tenant identifier to scope the export
Responses
Endpoint
GET/api/v1/alerting/rules/export
/api/v1/alerting/rules/export
Request Example
curl -X GET '{host}/api/v1/alerting/rules/export' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": "example"
}Change History
This API has no change history records yet.
