InlineAlarmInstanceFilterRequest1

InlineAlarmInstanceFilterRequest1
InlineAlarmInstanceFilterRequest1
JSON Example
{
    "severities": [
        "HIGH"
    ],
    "feature_names": [
        "string"
    ],
    "event_types": [
        "string"
    ],
    "resource_ids": [
        "string"
    ],
    "enabled": false,
    "definition_id": "string",
    "states": [
        "OPEN"
    ],
    "event_resource_types": [
        "string"
    ],
    "before": 0,
    "after": "EpochMsTimestamp Object"
}
array of Severity
severities
Optional

Filter alarm instances by a list of Severities.

array of string
feature_names
Optional

List of feature names to filter alarms by. Only alarms associated with these features will be included in the results.

array of string
event_types
Optional

List of event types to filter alarms by. Only alarms with these event types will be included in the results.

array of string
resource_ids
Optional

List of resource IDs to filter alarms by. Only alarms associated with these resources will be included in the results.

boolean
enabled
Optional

Filter alarm definitions by their enabled state. When true, only enabled alarm definitions are included. When false, only disabled ones are included.

string
definition_id
Optional

Filter alarm instances by their alarm definition ID. Only alarms created from the specified definition will be included in the results.

states
Optional

List of alarm states to filter by. Only alarms in these states will be included in the results. Valid states are ACKNOWLEDGED, OPEN, SUPPRESSED, and RESOLVED.

array of string
event_resource_types
Optional

List of event resource types to filter alarms by. Only alarms associated with these resource types will be included in the results.

before
Optional

Timestamp in milliseconds since epoch.

after
Optional

Timestamp in milliseconds since epoch.