Vsan Vc Cluster Config System Vsan Cluster Get Config
Get configInfoEx for a vSAN cluster
We can get vSAN configuration information through this method.
Currently users can only get generic cluster configuration and data efficiency configuration through this API.
This API cannot retrieve fault domain configuration and disk group configuration. Disk group configuration can be retrieved through QueryDiskMappings. Fault domain configuration can be retrieved through config.
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 VsanVcClusterConfigSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanClusterGetConfigRequestType Object"
The target vCenter cluster
Required privileges: System.Read
The configuration spec for the vCenter cluster ConfigInfoEx inherits from VsanClusterConfigInfo. It appends data efficiency configuration.
"VsanConfigInfoEx Object"
The data efficiency configuration for vSAN.
vSAN throttling IOPS limit configuration specification.
vSAN iSCSI configuration.
The data encryption configuration for vSAN.
vSAN extended configurations.
vSAN datastore configuration.
vSAN performance service configuration.
SCSI unmap command configuration on vSAN.
vSAN build recommendation engine configuration for this vSAN cluster.
Build recommendation engine would use it to generate different baselines for this vSAN cluster. See VsanVumConfig
vSAN file service configurations.
vSAN metrics configuration for all monitor clients
RDMA Spec for vSAN.
Data-in-transit encryption configuration for the vSAN cluster.
vSAN Health configuration.
Mode for vSAN.
See also VsanModeEnum.
Deprecated as of vSphere 9.0 APIs with no replacement.
vSAN PMem configuration.
Configuration info for vSAN ESA.
vSAN cross VC datastore configuration.
Server cluster configuration for HCI Mesh.
vSAN datastore default policy selection configurations.
Only available for vSAN ESA
The configuration for vSAN Snapshot service.
The Snapshot service configuration will require specific User role and privileges. TODO: Update required privileges and the implementaiton to include the necessary validations.
Since: 8.0.0.4
De-converged network configuration for vSAN.
Configuration of site fault domain for compute only cluster.
Failure
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterConfigSystem/{moId}/VsanClusterGetConfig