Host Vsan System Query Host Status

Host Vsan System Query Host Status

Queries this host's current runtime status for the VSAN service.

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostVsanSystem/{moId}/QueryHostStatus
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

a populated VsanHostClusterStatus entry

Returns VsanHostClusterStatus of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "uuid": "string",
    "nodeUuid": "string",
    "health": "string",
    "nodeState": {
        "state": "string",
        "completion": {
            "completeTime": "string",
            "percentComplete": 0
        }
    },
    "memberUuid": [
        "string"
    ]
}
string
uuid
Optional

VSAN service cluster UUID.

string
nodeUuid
Optional

VSAN node UUID for this host.

string
health
Required

VSAN health state for this host.

See also VsanHostHealthStateEnum.

nodeState
Required

Data object representing the VSAN node state for a host.

array of string
memberUuid
Optional

List of UUIDs for VSAN nodes known to this host.