Vsan System Ex Vsan Query Host Status Ex

Vsan System Ex Vsan Query Host Status Ex

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

Required privileges: System.Read

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanQueryHostStatusEx
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 VsanSystemEx/{moId}.

string
release
Required

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


Request Body
VsanQueryHostStatusExRequestType of type(s) application/json
Required
"VsanQueryHostStatusExRequestType Object"
array of string
clusterUuids
Optional

A list of vSAN cluster uuids. If this parameter is provided, we will only return the runtime status of recognized clusters; And if it is omitted, we will return that of all clusters associated to this host.

Authentication
This operation uses the following authentication methods.
Responses
200

an array of ClusterStatus which represent host's cluster status information for the vSAN service.

[
    "VsanHostClusterStatus Object"
]
Optional

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanQueryHostStatusEx