Host Vsan System Get Config

Host Vsan System Get Config

The current VSAN service configuration information for this host.

Required privileges: System.Read

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/vsan/HostVsanSystem/{moId}/config
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property 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 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VsanHostConfigInfo of type(s) application/json
"VsanHostConfigInfo Object"
boolean
enabled
Optional

Whether the VSAN service is currently enabled on this host.

hostSystem
Optional

The HostSystem for this host.

This argument is required when this configuration is specified as an input to VC-level APIs. When this configuration is specified to a host-level direct API, this argument may be omitted.

See also ComputeResource.ReconfigureComputeResource_Task, HostVsanSystem.UpdateVsan_Task.

clusterInfo
Optional

The VSAN service cluster configuration for this host.

storageInfo
Optional

The VSAN storage configuration for this host.

VSAN storage configuration settings are independent of the current value of VsanHostConfigInfo.enabled.

networkInfo
Optional

The VSAN network configuration for this host.

VSAN network configuration settings are independent of the current value of VsanHostConfigInfo.enabled.

faultDomainInfo
Optional

The VSAN fault domain configuration for this host.

VSAN host fault domain settings are independent of the current value of VsanHostConfigInfo.enabled.

boolean
vsanEsaEnabled
Optional

Whether the vSAN ESA is enabled on this host.

This can only be enabled when vSAN is enabled on this host.

Since: vSphere API Release 8.0.0.1


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/HostVsanSystem/{moId}/config