Skip to main content
Bulk create alert definitions

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

A request to create multiple alert definitions

alertDefsToCreate
Alert definition to create · object[]
required

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

Required array length: 1 - 100 elements

Response

A response that contains the results of the bulk create operation

alertDefs
Alert definition · object[]

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.

Maximum array length: 100
failedToCreateAlertDefs
Failed to create alert definition · object[]

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

Maximum array length: 100