ArrayOfVsanPerfTopEntities
ArrayOfVsanPerfTopEntities
A boxed array of VsanPerfTopEntities. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"metricId": {
"_typeName": "string",
"label": "string",
"group": "string",
"rollupType": "string",
"statsType": "string",
"name": "string",
"description": "string",
"metricsCollectInterval": 0
},
"entities": [
{
"_typeName": "string",
"entityRefId": "string",
"value": "string"
}
]
}
]
}