InlineAlarmInstanceFilterRequest1
{
"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"
}
List of feature names to filter alarms by. Only alarms associated with these features will be included in the results.
List of event types to filter alarms by. Only alarms with these event types will be included in the results.
List of resource IDs to filter alarms by. Only alarms associated with these resources will be included in the results.
Filter alarm definitions by their enabled state. When true, only enabled alarm definitions are included. When false, only disabled ones are included.
Filter alarm instances by their alarm definition ID. Only alarms created from the specified definition will be included in the results.
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.
List of event resource types to filter alarms by. Only alarms associated with these resource types will be included in the results.