AlertSetResponseV1Dot3
AlertSetResponseV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| dimension required | Dimension | DimensionDTO | |
| dimensions required | List of Dimensions Example : [{'key': 'resource_id', 'value': '291c3d2396cb4fd2b532db8903e0408a'}] | array[DimensionDTO] | |
| evaluation_count optional | Evaluation Count for the Alert Condition Example : 3 | any of [integer, null] | |
| id required | Alert ID Example : 3234bd0f12fa4d0b97ab9feff6c09b8e | string | |
| individual_items required | List of Individual Items | any of [array[MetricIndividualItemDto], null] | |
| level required | Alert Level - HIGH, MIDDLE, LOW Example : HIGH | enum (HIGH, MIDDLE, LOW) | |
| lower_bound optional | Lower bound for the Alert range operator Example : 80.0 | any of [object, null] | |
| metric_id required | Metric ID Example : f13aab3b88c341b2bc73f8925a0e8cc5 | string | |
| missing_data_option optional | Missing Data Option - MISSING, BREACHING, NOT_BREACHING, IGNORE Example : BREACHING | enum (MISSING, BREACHING, NOT_BREACHING, IGNORE) | IGNORE |
| modified_at required | Modified date time Example : 2026-06-24T10:14:52.735162 | string (date-time) | |
| namespace_id required | Namespace ID Example : 1d9d05af5c624f2cb80a45f2c911e2f4 | string | |
| operator required | Operator - EQ, NOT_EQ, GT, GTE, LT, LTE, RANGE Example : RANGE | enum (GTE, GT, LTE, LT, EQ, NOT_EQ, RANGE) | |
| period required | Period (seconds) Example : 300 | integer | |
| statistic required | Statistic - SUM, AVG, MAX, MIN Example : AVG | enum (AVG, SUM, MAX, MIN, CNT) | |
| threshold optional | Threshold for the Alert Condition (except fro RANGE operator) Example : 80.0 | any of [object, null] | |
| upper_bound optional | Upper bound for the Alert range operator Example : 90.0 | any of [object, null] | |
| violation_count optional | Violation Count for the Alert Condition Example : 2 | any of [integer, null] |