Vsan Upgrade System Ex Perform Vsan Upgrade Preflight Async Check Task
Perform an upgrade preflight check on a cluster asynchronously.
Has the same arguments as PerformVsanUpgradePreflightCheckEx for argument details. The checks are performed asynchronously tracked by a task. Upon completion results can be obtained by calling VsanQueryUpgradeStatusEx
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}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"PerformVsanUpgradePreflightAsyncCheckRequestType Object"
The target cluster to process conversion.
Required privileges: Host.Config.Storage
Intend to perform a on-disk format downgrade instead of upgrade. Adds additional checks.
The specification of advanced disk format configuration. Adds additional checks. The specification cannot be supported in downgrade process, for now we don't have any advanced features supported by lower disk format.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanUpgradeSystemEx/{moId}/PerformVsanUpgradePreflightAsyncCheck_Task