Vsan Cluster Health System Vsan Check Cluster Clomd Liveness

Vsan Cluster Health System Vsan Check Cluster Clomd Liveness

Queries the CLOM daemon liveness on all of vSAN hosts

Required privileges: System.Read

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

string
release
Required

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


Request Body
VsanCheckClusterClomdLivenessRequestType of type(s) application/json
Required
"VsanCheckClusterClomdLivenessRequestType Object"
array of string
hosts
Required

The vSAN hosts

string
esxRootPassword
Required

The root password for the host. The password should be the same for all of hosts in the vSAN cluster

Authentication
This operation uses the following authentication methods.
Responses
200

The vSAN cluster clomd health result

Returns VsanClusterClomdLivenessResult of type(s) application/json
"VsanClusterClomdLivenessResult Object"
array of object
clomdLivenessResult
Optional

Results of checking CLOMD liveness on all the vSAN hosts

boolean
issueFound
Required

True if any problem occurred in checking CLOMD liveness on any vSAN host


500

Failure

Returns NotFound of type(s) application/json
"NotFound Object"

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