How can we help?

Searching:

0 results found

Alarm Instances/DeleteAll

POST /odata/AlarmInstances/DeleteAll

Description

Deletes all the instances of AlarmInstances that were triggered by all the Rules of a specific Application, as specified by the appId in the request header.

See the following for request and response details:

See also:

Request ‒ AlarmInstances/DeleteAll

No request properties.

Example JSON AlarmInstances/DeleteAll Request

curl -X POST \

  https://api.dev.axonize.com/odata/alarmInstances/deleteall

  -H ‘Authorization: Token’ \

  -H ‘Content-Type: application/json’ \

  -H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \

Response ‒ AlarmInstances/DeleteAll

Example JSON AlarmInstances/DeleteAll Response

Status 204 ‒ No Content