MetricAlertsDTO
MetricAlertsDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| alerts optional | List of Alerts | any of [array[MetricAlert], null] | |
| color required | Metric line color Example : #ff7f0e | string | |
| dimensions required | List of Dimensions | array[DimensionDTO] | |
| display_name required | Display name (label) of the metric Example : EC2-Prod-CPU | string | |
| individual_items optional | List of Individual Items Example : [{'key': 'BucketId', 'value': 'b-1234567890abcdef0'}] | any of [array[IndividualItemDTO], null] | |
| name required | Metric Name Example : CPUUtilization | string | |
| namespace_name required | Namespace Example : Virtual Server | string | |
| period required | Query period (seconds) Example : 300 | integer | |
| statistic_type required | Statistical function Example : AVG | string |