AlertPropertiesDTO
AlertPropertiesDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| metrics required | List of metrics included in the widget | array[MetricAlertsDTO] | |
| period optional | Query period (seconds) Example : 300 | any of [integer, null] | |
| stacked required | Whether the graph is stacked Example : False | boolean | |
| statistic_type optional | Statistical function Example : AVG | any of [string, null] | |
| title required | Widget title Example : Virtual Server | CPU Utilization | string | |
| view required | View type Example : line | string |