VsanPerfEntityMetricCSV
VsanPerfEntityMetricCSV
This data object type stores values and metadata for vSAN metrics associated with a specific entity.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"entityRefId": "string",
"sampleInfo": "string",
"value": [
{
"_typeName": "string",
"metricId": {
"_typeName": "string",
"label": "string",
"group": "string",
"rollupType": "string",
"statsType": "string",
"name": "string",
"description": "string",
"metricsCollectInterval": 0
},
"threshold": {
"_typeName": "string",
"direction": "string",
"yellow": "string",
"red": "string"
},
"numExceptions": "string",
"values": "string"
}
]
}
string
entityRefId
Required
The entity reference id in format <type>:<id> like managed object reference.
For supported entity types, metric groups, metrics, see VsanPerformanceManager.VsanPerfQueryPerf
string
sampleInfo
Optional
The SampleInfo (timestamp,interval) encoded in the following CSV format: [date1], [date2], and so on.
array of
VsanPerfMetricSeriesCSV
value
Optional
A list of values that corresponds to the samples collected.