VsanQueryHostDrsStatsRequestType
The parameters of VsanQueryHostDrsStats.
This structure may be used only with operations rendered under /vsan
.
{
"hostUuids": [
"string"
],
"vms": [
"string"
],
"hostIndex": 0
}
In regular vSAN cluster, it indicates sorted list of vSAN member host Uuid. It is used to determine the full set of vSAN member hosts and the sequence to organize vSAN VM stats. In stretched compute only cluster, it is an array filled by '0' and '1', to indicate the host membership of configured site fault domains, this is to fill in the gap of absence of vSAN host fault domain on vSAN enabled node.
List of VM instance UUID. If specified, only stats of given VMs will be returned, otherwise all vSAN VMs registered on this host will be involved if this parameter is omitted. By default template VM will be ignored unless it is specified by this paramter.
Only applicable to stretched compute only node, to indicate the index of the target host in parameter 'hostUuids'.