How can we help?

Searching:

0 results found

AlarmInstances/Clear

POST /odata/AlarmInstances/Clear

Description

Deletes all the Alarm Instances as indicated by the Alarm Instance IDs supplied in the request.

See the following for request and response details:

See Also

Request ‒ AlarmInstances/Clear

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/Clear Request

curl -X POST \

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

-H ‘Authorization: Token’ \

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

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

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

Response ‒ AlarmInstances/Clear

Example JSON AlarmInstances/Clear Response

Status 204 ‒ No Content