Create Alert

POST {{baseUrl}}/v1/alert

Get all alerts for current Organization.

Parameters

FieldTypeRequiredDescription
paginationnumber greater than 0optionalStart paginating result by a given number of items on the page. Next page link is available in the response header Link.

E.g.: ; rel="next"
createdUntilstringoptionalFilter by alert createdAt lower than (exclusive) date time in ISO-8601 format. Internally used for pagination (see pagination parameter).
archivedbooleanoptionalFilter archived/active alerts. Accepted values '0', '1', 'true', 'false'

Body

FieldTypeRequiredDescription
namestringrequiredName of the new alert
organizationUidstringrequiredUid of organization to which alert will be assigned
descriptionstringrequiredDescription of the alert
alertRuleUidstringrequiredCreated alert rule that will be assigned to this new alert

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}