Authorizations
API key authentication
Response
A response containing the downloaded alert data
Base64-encoded binary data of the alert definitions
Example:
"SGVsbG8gV29ybGQ="
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/alerts/alerts-general/v3/download \
--header 'Authorization: <api-key>'{
"content": "SGVsbG8gV29ybGQ="
}Download a list of all accessible alert definitions in base64-encoded byte format.
Requires the following permissions:
alerts:ReadConfigcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/alerts/alerts-general/v3/download \
--header 'Authorization: <api-key>'{
"content": "SGVsbG8gV29ybGQ="
}API key authentication
A response containing the downloaded alert data
Base64-encoded binary data of the alert definitions
"SGVsbG8gV29ybGQ="
Was this page helpful?