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
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
VsanAboutInfoEx
{
"_typeName": "string",
"name": "string",
"version": "string",
"build": "string",
"buildType": "string",
"apiVersion": "string"
}
Represents name of current product.
Represents version of current product.
Represents build number of current product.
Represents build type of current product.
Represents management API version for vSAN.
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanGetAboutInfoEx