AlertSetResponse
AlertSetResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| dimension required | Dimension | DimensionDTO | |
| dimensions required | List of Dimensions | array[DimensionDTO] | |
| id required | Alert ID Example : 0ad6da92-634a-4f8c-932e-9d650599ab1e | 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 : d91097ac-0387-4e69-adb2-7b8d453b8db5 | 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-03-13T02:34:40.010698 | string (date-time) | |
| namespace_id required | Namespace ID Example : d583a229-9766-4eb8-96c4-ec389902ba3d | 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] |