Managed Object - VsanSystemEx(vim.host.VsanSystemEx)

See also
VsanHostAboutInfoEx, VsanHostRuntimeStats, VsanWhatIfEvacResult
Since
vSphere API 6.5


Managed Object Description

This managed object provides extended APIs to enrich HostVsanSystem's functionality, operating at a single ESXi host level. HostVsanSystem is still valid and provided by vSphere Management SDK. HostVsanSystem and VsanSystemEx should be used in combination for different operations to vSAN. It can be accessed with MOID of 'vsanSystemEx' through vSAN service at ESXi host side. It can be also accessed with MOID of 'vsanSystemEx-' through vSAN service at vCenter server side, where is the ID at the end of the host's MOID: 'host-'. For example, if a host's MOID is 'host-5', then 'vsanSystemEx-5' should be used to access this host's VsanSystemEx MO.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
VsanGetAboutInfoEx, VsanHostGetRuntimeStats, VsanQueryWhatIfEvacuationResult

VsanGetAboutInfoEx(getAboutInfoEx)

Query system information of ESXi such as name, type, version, build type and build number.
Required Privileges
System.Read
Since
vSAN API 6.6

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanSystemEx used to make the method call.

Return Value

Type Description
VsanHostAboutInfoExVsanAboutInfoEx

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition



VsanHostGetRuntimeStats(getRuntimeStats)

Get vSAN runtime stats of vSAN host. This API is used to retrieve host's vSAN runtime stats. It bases on specified stats type list, to retrieve expected vSAN runtime stats.
Required Privileges
System.Read
Since
vSAN API 6.6

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanSystemEx used to make the method call.
stats*xsd:string[]

List of vSAN runtime stats type. Supported vSAN runtime stats types are declared in VsanHostStatsType. If this parameter is omitted, all supported runtime stats will be collected and returned.

Since vSAN API 6.6
*Need not be set

Return Value

Type Description
VsanHostRuntimeStatsvim.vsan.host.RuntimeStats

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition



VsanQueryWhatIfEvacuationResult(queryWhatIfEvacuationResult)

Query what it takes for an entity(disk group or host) to be evacuated in various modes. Only account for capacity usage when it determines if an entity can be evacuated in a given mode. Note that this means all other considerations such as fault domain, number of spindles or read cache are ignored and the API will only verify if the cluster has enough capacity to accommodate the affected objects in a specified mode.
Required Privileges
System.Read
Since
vSAN API 6.6

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanSystemEx used to make the method call.
evacEntityUuidxsd:string

The entity UUID which will be evacuated. It can be an UUID of disk, disk group or host.

Return Value

Type Description
VsanWhatIfEvacResultWhatIfEvacResult which indicate whether the evacuation can be done in current cluster state and specified evacuation mode. If so, this API returns what objects would lose liveness or compliance. Or on the other hand, if the given entity cannot be evacuated, API returns many extra resources needed to satisfy this operation.

Faults

Type Description
NotImplemented
NotSupported
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition