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 IoT Platform . 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”]}’