AlertDetailResponse
AlertDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| activated_yn required | Whether the Alert is activated or not Example : Y | enum (N, Y) | |
| created_at required | Created date time Example : 2026-03-25T15:12:06.901Z | string (date-time) | |
| created_by required | Creator ID Example : f4b8a4c4017f4f8d8399f0c02582ae47 | string | |
| description required | Alert Description Example : Alert1 Description | any of [string, null] | |
| dimension required | Dimension | DimensionDTO | |
| dimensions required | List of Dimensions | array[DimensionDTO] | |
| evaluation_count required | Evaluation Count for the Alert Condition Example : 3 | integer | |
| evaluation_time_window required | Evaluation Time Window (period * evaluation_count) Example : 900 | integer | |
| 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 required | 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 | |
| metric_name required | Metric Name Example : CPU Usage/Core[Basic] | string | |
| metric_unit required | Metric Unit. Allowed Units: SECONDS, MICROSECONDS, MILLISECONDS, BYTES, KILOBYTES, MEGABYTES, GIGABYTES, TERABYTES, BITS, KILOBITS, MEGABITS, GIGABITS, TERABITS, PERCENT, COUNT, BYTES_PER_SECOND, KILOBYTES_PER_SECOND, MEGABYTES_PER_SECOND, GIGABYTES_PER_SECOND, TERABYTES_PER_SECOND, BITS_PER_SECOND, KILOBITS_PER_SECOND, MEGABITS_PER_SECOND, GIGABITS_PER_SECOND, TERABITS_PER_SECOND, COUNT_PER_SECOND, COUNT_PER_MINUTE, NONE Example : BYTE | string | |
| missing_data_option required | Missing Data Option - MISSING, BREACHING, NOT_BREACHING, IGNORE Example : BREACHING | enum (MISSING, BREACHING, NOT_BREACHING, IGNORE) | |
| modified_at required | Modified date time Example : 2026-03-25T15:12:06.936Z | string (date-time) | |
| modified_by required | Modifier ID Example : f4b8a4c4017f4f8d8399f0c02582ae47 | string | |
| name required | Alert Name Example : Alert1 | string | |
| namespace_id required | Namespace ID Example : d583a229-9766-4eb8-96c4-ec389902ba3d | string | |
| namespace_name required | Namespace Name Example : Virtual Server | 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 | |
| srn required | SDS cloud Resource Name of the Alert Example : srn:dev2::1bcf39b344ac41cbaf0466ff0d2bebad:kr-west1::scp-servicewatch:alert/0ad6da92-634a-4f8c-932e-9d650599ab1e | string | |
| state required | Alert State - NORMAL, ALERT, INSUFFICIENT_DATA Example : NORMAL | enum (INSUFFICIENT_DATA, NORMAL, ALERT) | |
| statistic required | Statistic - SUM, AVG, MAX, MIN Example : AVG | enum (AVG, SUM, MAX, MIN, CNT) | |
| threshold required | Threshold for the Alert Condition (except fro RANGE operator) Example : 80.0 | any of [object, null] | |
| type required | Alert Type Example : METRIC_ALERT | enum (METRIC_ALERT, SERVICE_ALERT, COMPOSITE_ALERT) | |
| upper_bound required | Upper bound for the Alert range operator Example : 90.0 | any of [object, null] | |
| violation_count required | Violation Count for the Alert Condition Example : 2 | integer |