curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/alerts/alerts/v3/all/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/5/alerts/alerts/v3/all/download \
--header 'Authorization: <api-key>'{
"content": "SGVsbG8gV29ybGQ="
}Was this page helpful?