AlarmInstanceCountFilterRequest

AlarmInstanceCountFilterRequest
Alarm Instance Count Filter Request

Get the alarm counts by severity and feature

JSON Example
{
    "filter_match": [
        "string"
    ],
    "group_by": "FEATURE_NAME",
    "before": 0,
    "after": 0
}
array of string
filter_match
Optional

List of values to filter alarm instances by the specified group_by type. For example, if group_by is FEATURE_NAME, this list should contain feature names to filter by.

group_by
Required

Specifies how to group alarm counts in the response:

  • FEATURE_NAME - Group alarms by the feature they belong to (e.g., networking, security)
  • EVENT_TYPE - Group alarms by the type of event that triggered them
Possible values are : FEATURE_NAME, EVENT_TYPE,
before
Optional

Timestamp in milliseconds since epoch.

after
Optional

Timestamp in milliseconds since epoch.