MetricListDto
MetricListDto
| Name | Description | Schema | Default |
|---|---|---|---|
| alerts required | List of Alerts | any of [array[MetricAlertDto], null] | |
| default_collection_interval required | Metric’s Default Collection Interval Example : 5m | enum (NONE, 1s, 1m, 5m) | |
| detailed_collection_interval required | Metric’s Detailed Collection Interval Example : 1m | enum (NONE, 1s, 1m, 5m) | |
| dimensions required | List of Dimensions | array[MetricLabelDto] | |
| id required | Metric ID Example : d91097ac-0387-4e69-adb2-7b8d453b8db5 | string | |
| individual_items optional | List of Dimensions | any of [array[MetricLabelDto], null] | |
| name required | Metric Name Example : CPU Usage/Core[Basic] | string | |
| named_dimensions required | List of Dimensions | any of [array[MetricLabelNameDto], null] | |
| namespace_id required | Namespace ID Example : d583a229-9766-4eb8-96c4-ec389902ba3d | string | |
| namespace_name required | Namespace Example : Virtual Server | string | |
| primary required | Primary Metric Example : True | boolean | |
| recommended_stat_types required | List of Recommended Metric Statistics Example : ["AVG", "MAX"] | array[string] | |
| tags required | List of Tags | any of [array[TagDTO], null] | |
| 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 |