MetricListDtoV1Dot1
MetricListDtoV1Dot1
| 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, 1m, 5m) | |
| detailed_collection_interval required | Metric’s Detailed Collection Interval Example : 1m | enum (NONE, 1m, 5m) | |
| dimensions required | List of Dimensions | array[MetricLabelDto] | |
| id required | Metric ID Example : d91097ac-0387-4e69-adb2-7b8d453b8db5 | string | |
| 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 Example : BYTE | string |