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="
}Was this page helpful?