Vim Cluster Vsan Vc Disk Management System Vsan Unmount Storage Pool Disks
This API can be used to unmount a single or multiple disks from the storage pool.
The disk(s) can be specified by their uniquely identifiable disk UUID. Storage pool disk(s) will be unmounted with the specified data evacuation mode. Unmount a storage pool disk may cause data movement so a disk data evacuation resource check VsanPerformResourceCheck will be done before unmounting each storage pool disk.
Required privileges: Host.Config.Storage
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 VimClusterVsanVcDiskManagementSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanUnmountStoragePoolDisksRequestType Object"
The vSAN cluster which owns the given storage pool disk(s).
The specification to unmount vSAN storage pool. Please reference to VimVsanHostDeleteStoragePoolDiskSpec.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VimClusterVsanVcDiskManagementSystem/{moId}/VsanUnmountStoragePoolDisks