GET /api/v1/sites/{site_id}/alarms/count
Operation ID: countSiteAlarms
Auth: unknown
Description
Count Site Alarms
Parameters (12)
(string, query, optional)
Name of the admins who have acked the alarms; accepts multiple values separated by comma
(boolean, query, optional)
(string, query, optional, default: type)
Group by and count the alarms by some distinct field
Constraints: {'enum': ['type', 'acked', 'severity', 'group']}
(string, query, optional, default: 1d)
For historical stats and/or logs where time range is needed, you can specify the time range in a few different ways: * ?start=1430000000&end=1430864000 specify the start / end * ?end=1430864000&duration=1d specify end time and duration * ?duration=1d specify duration, end will be now() in seconds
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional)
Alarm group name; accepts multiple values separated by comma
(integer, query, optional, default: 100)
Constraints: {'minimum': 0}
(integer, query, optional, default: 1)
Constraints: {'minimum': 1}
(string, query, optional)
Alarm severity; accepts multiple values separated by comma
(string, path, required)
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional)
Key-name of the alarms; accepts multiple values separated by comma
No probe data for this endpoint yet.