How can we help?

Searching:

0 results found

Alarm Instances/Dismiss

POST /odata/AlarmInstances/Dismiss

Description

Dismisses (closes) all the AlarmInstances as indicated by the AlarmInstance IDs supplied in the request. The status property of the instances of this AlarmInstance is changed to closed.

An AlarmInstance ID is returned in the response of the AlarmInstances/Post.

See the following for request and response details:

See also:

Request ‒ AlarmInstances/Dismiss

Property Type Description Mandatory
ids Array ids is an array of AlarmInstance IDs.

An id is a unique identifier for this AlarmInstance that is automatically generated by Axonize. This AlarmInstance ID is returned in the response of the AlarmInstances/Post.

Y

Example JSON AlarmInstances/Dismiss Request

curl -X POST \

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

-H ‘Authorization: Token’ \

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

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

-d ‘ {“ids”:[“5b684b0e21b5bb1ce4f8b102″,”5b7446bf21b5bb2acc7e0709”]}’

Response ‒ AlarmInstances/Dismiss

Example JSON AlarmInstances/Dismiss Response

Status 204 ‒ No Content