Looking for a way to update the custom_3 field of an alarm via a curl command (UIMAPI method).
Release : 20.4
Component : UIM - API
Example curl command:
curl -X POST "http://(my_machine).net/uimapi/alarms/GR03864221-57987/set_custom_property" -H "accept: application/xml" -H "Content-Type: application/json" -d "{ \"properties\": [ { \"key\": \"custom3\", \"value\": \"some_information\" } ]}"