Request ‒ AlarmInstances/Patch or Put
In the request, specify the ID of the AlarmInstance whose definition to change and the name of the property(s) to change. These properties are described in AlarmInstances/Post.
Property
Type
Description
Mandatory
id
String
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/Patch Request
curl -X PATCH \
https://api.stg.axonize.com/odata/alarminstances/5b586a4819ec0c1a684b96d0 \
-H ‘Cache-Control: no-cache’ \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B212345’ \
-d ‘{
“message”: “message_patch”
}’