Skip to main content

Bulk create alert definitions

POSThttps://api.coralogix.com/mgmt/openapi/5/alerts/alerts/v3/all/create

Creates multiple alert definitions in a single request. The operation is best-effort - definitions that fail to be created are reported in the response and do not prevent creation of the others. Limited to 100 alert definitions per request.

Requires the following permissions:

  • alerts:UpdateConfig

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

A request to create multiple alert definitions

    List of alert definitions to create. Limited to 100 alert definitions per request.

    Possible values: >= 1, <= 100

Response

application/json

A response that contains the results of the bulk create operation

    List of successfully created alert definitions, returned in the order of their corresponding request entries. Request entries that failed to be created are omitted here and reported by index in failedToCreateAlertDefs.

    Possible values: <= 100

    List of request entries that failed to be created, each identified by its zero-based index in the request list

    Possible values: <= 100