Host Vsan System Query Host Status
Queries this host's current runtime status for the VSAN service.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostVsanSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
a populated VsanHostClusterStatus entry
{
"_typeName": "string",
"uuid": "string",
"nodeUuid": "string",
"health": "string",
"nodeState": {
"_typeName": "string",
"state": "string",
"completion": {
"_typeName": "string",
"completeTime": "string",
"percentComplete": 0
}
},
"memberUuid": [
"string"
]
}
VSAN service cluster UUID.
VSAN node UUID for this host.
VSAN health state for this host.
See also VsanHostHealthStateEnum.
Data object representing the VSAN node state for a host.
List of UUIDs for VSAN nodes known to this host.