VsanQueryClusterDrsStatsRequestType
VsanQueryClusterDrsStatsRequestType
The parameters of VsanQueryClusterDrsStats.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"vms": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
cluster
Required
The target vSAN cluster;
Required privileges: System.Read
array of
MoRefVirtualMachine
vms
Optional
Specified VM list of which runtime stats should be reported. If omitted return stats of all vSAN VMs locate in specified vSAN cluster;