Bulk replace alert definitions
https://api.coralogix.com/mgmt/openapi/5/alerts/alerts/v3/all/replaceReplaces multiple alert definitions in a single request. Each entry updates the existing alert definition with the matching ID; alert definitions not referenced in the request are left unchanged. The operation is best-effort - entries that fail are reported in the response and do not prevent other entries from being applied. Limited to 100 alert definitions per request.
Requires the following permissions:
alerts:UpdateConfig
Authorizations
Request
Body
A request to bulk replace multiple alert definitions
List of alert definitions to replace. Limited to 100 alert definitions per request.
Possible values: <= 100
Response
A response that contains the results of the bulk replace operation
List of successfully replaced alert definitions
Possible values: <= 100
List of alert definitions that failed to be replaced
Possible values: <= 100
List of alert definition IDs that were not found
Possible values: <= 100
["123e4567-e89b-12d3-a456-426614174000"]List of alert definition IDs that were skipped (no changes detected)
Possible values: <= 100
["123e4567-e89b-12d3-a456-426614174000"]