MetricDataImageRequest
MetricDataImageRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| end required | Metric End Time - Unix Timestamp Example : 1640995440Maximum : 4102444800 | integer | |
| height optional | Chart Image Height(pixels) Example : 400 | any of [integer, null] | 500 |
| metrics required | array[MetricDataImageDto] | ||
| period required | Statistic Period Example : 300 | integer | |
| start required | Metric Start Time - Unix Timestamp Example : 1640995200Maximum : 4102444800 | integer | |
| statistic_type required | Metric Statistics Type Example : AVG | enum (AVG, SUM, MAX, MIN, CNT) | |
| timezone optional | 타임존 Example : UTC | any of [string, null] | UTC |
| title optional | Chart Title Example : Virtual Server Metric Chart | any of [string, null] | |
| width optional | Chart Image Width(pixels) Example : 600 | any of [integer, null] | 1400 |