Vsan Remote Datastore System Remote Vc Mount Precheck
Checks mount compatibility of a cross VC vSAN datastore with given vSAN cluster.
Get mount pre-check results of a client cluster and cross VC remote vSAN datastore. Different types of checks are needed, see VsanMountPrecheckResult for details.
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 VsanRemoteDatastoreSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"RemoteVcMountPrecheckRequestType Object"
Client cluster that trigger the mount precheck request.
Required privileges: Host.Config.Storage
Cross VC datastore information
This structure may be used only with operations rendered under /vsan
.
Pre-check results of a client cluster mounting cross VC vSAN datastore.
"VsanMountPrecheckResult Object"
A list of precheck results of supported check items.
See also VsanMountPrecheckItem.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanRemoteDatastoreSystem/{moId}/RemoteVcMountPrecheck