Vsan Upgrade System Ex Retrieve Supported Vsan Format Version

Vsan Upgrade System Ex Retrieve Supported Vsan Format Version

Process a scan and retrieve the highest vSAN disk format version that given cluster supports, the version is up to version of ESXi host in specified cluster: ESX of VSAN2017Q1, support version is 5.

ESX of vSphere6.0u2 and vSphere6.5, support version is 4; ESX of vSphere6.0 series before vSphere6.0U2, support version is 2; ESX of lower version, is not supported;

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

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
Required
"RetrieveSupportedVsanFormatVersionRequestType Object"
cluster
Required

The target cluster to process scan.

Required privileges: System.Read

Authentication
This operation uses the following authentication methods.
Responses
200

int To present the highest supported disk format version.

Returns integer of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanUpgradeSystemEx/{moId}/RetrieveSupportedVsanFormatVersion