REST API Method: POST /rest/activealarm/{identifier}?action=ack
Page Tree |
---|
root | Resource - activealarm |
---|
|
This resource causes a given active alarm to be acknowledged.
URL:
https://134.56.227.163/rest/activealarm/{identifier}?action=ack
HTTP Method
POST
Requires Authentication:
true
Code Block |
---|
|
curl --cookie PHPSESSID=8tgs4fp1508f4vrabq1ob27ku2 --cacert 1kCAcert.pem --data -i https://134.56.227.163/rest/activealarm/2263?action=ack
|
Response:
Code Block |
---|
|
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
</root> |