Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: POST /rest/activealarm/{identifier}?action=ack

Page Tree
rootResource - 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

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
curl --cookie PHPSESSID=8tgs4fp1508f4vrabq1ob27ku2 --cacert 1kCAcert.pem --data -i https://134.56.227.163/rest/activealarm/2263?action=ack


Response:

Code Block
languagehtml/xml
<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>