getOrgSuppressedAlarmTemplate
GET https://{{host}}/api/v1/orgs/:org_id/alarmtemplates/suppress
Query Parameters
Name | Type | Description |
---|---|---|
scope | string | scope org/site, default is site |
Response Parameters
Name | Type | Description |
---|---|---|
site_id | string | site_id |
duration | int | remaining_duration, in seconds. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |
RESPONSES
status: OK
{"results":[{"site_id":"581328b6-e382-f54e-c9dc-9c998d183a34","duration":48}]}