Get Alarm Counts By Category And Severity
When invoking this API, the Alarm instances are accounted for in a map where the key is a category, by default feature name, and the value contains counts by severity. When the optional FeatureName request parameter is specified, the resulting list will only include the feature names passed along with the instance counts by severity for those features.
Show optional properties
{
"group_by": "string"
}
{
"filter_match": [
"string"
],
"group_by": "string",
"before": 0,
"after": 0
}
Filter alarm instances by group_by type
Alarm count group by type
Timestamp in milliseconds since epoch
Timestamp in milliseconds since epoch
Alarm Instance Count Response OK
"AlarmCounts Object"
List of open alarm counts grouped by both categories and severity.
List of suppressed alarm counts grouped by both categories and severity.
List of resolved alarm counts grouped by both categories and severity.
List of acknowledged alarm counts grouped by both categories and severity.
Total count of Alarm instances found (across all pages)
Bad Request for Alarm Instance counts
"Error Object"
HTTP Status or Application error code
Module where the error happened
Message describing the error
Alarm Instance Counts Not Found
"Error Object"
HTTP Status or Application error code
Module where the error happened
Message describing the error
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"group_by:"string"}' https://{api_host}/ssp/alarms/counts