How can we help?

Searching:

0 results found

Alarm Instances/Dismiss All

POST /odata/AlarmInstances/DismissAll

Description

Dismisses (closes) all the instances of Alarm Instances that were triggered by all the Rules of a specific Application, as specified by the appId in the request header. The status property of the instances of this Alarm Instance is changed to closed.

See the following for request and response details:

See Also

Request ‒ AlarmInstances/DismissAll

No request properties.

Example JSON AlarmInstances/DismissAll Request

curl -X POST \

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

  -H ‘Authorization: Token’ \

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

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

Response ‒ AlarmInstances/DismissAll

Example JSON AlarmInstances/DismissAll Response

Status 204 ‒ No Content