Vsan System Ex Vsan Get About Info Ex

Vsan System Ex Vsan Get About Info Ex

Query system information of ESXi such as name, type, version, build type and build number.

Required privileges: System.Read

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

VsanAboutInfoEx

Returns VsanHostAboutInfoEx of type(s) application/json
"VsanHostAboutInfoEx Object"
string
name
Optional

Represents name of current product.

string
version
Optional

Represents version of current product.

string
build
Optional

Represents build number of current product.

string
buildType
Optional

Represents build type of current product.

string
apiVersion
Optional

Represents managment API verison for vSAN.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanGetAboutInfoEx