Vsan Cluster Health System Vsan Query Cluster Adv Cfg Sync

Vsan Cluster Health System Vsan Query Cluster Adv Cfg Sync

Queries vSAN advanced configuration and checks if all of the hosts in a vSAN cluster have consistent advanced configuration options

Required privileges: System.Read

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterHealthSystem/{moId}/VsanQueryClusterAdvCfgSync
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
VsanQueryClusterAdvCfgSyncRequestType of type(s) application/json
Required
"VsanQueryClusterAdvCfgSyncRequestType 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

array of string
options
Optional

list of vsi path for the configuration name

Authentication
This operation uses the following authentication methods.
Responses
200

The vSAN cluster advanced configuration consistent result. If empty, indicates all in sync.

[
    "VsanClusterAdvCfgSyncResult Object"
]

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}/VsanQueryClusterAdvCfgSync