Skip to main content
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

  • tenantIdString

    Tenant identifier to scope the export Tenant identifier to scope the export

Responses

200 OK

On success, this API returns the following response structure.

  • dataString

    Exported rules as a JSON byte payload

    Example: aGVsbG8=

Endpoint

GET/api/v1/alerting/rules/export

/api/v1/alerting/rules/export

Operation ID

ExportAlertRules

Permalink

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.

View all change history