Vim Cluster Vsan Vc Disk Management System Query Cluster Data Efficiency Capacity State
Retrieve logical capacity, logical capacity used, physical capacity, physical capacity used and data efficiency metadata of a data efficiency enabled cluster.
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.
"QueryClusterDataEfficiencyCapacityStateRequestType Object"
The target cluster.
Required privileges: System.Read
OK
"VimVsanDataEfficiencyCapacityState Object"
Total logical capacity in bytes.
Logical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.
Total physical capacity in bytes.
Physical capacity used in bytes by aggregating all vSAN disks usage including all kinds of overhead.
Size of space used for deduplication metadata in bytes.
vSAN space efficiency metadata size in bytes.
Total space saving in bytes by deduplication when storing regular vSAN objects on vSAN ESA.
Notice it doesn't include the space saving from RAID efficiency as we may store the deduplicated data with more RAID efficient way. This is only valid since 9.0.
Total space saving in bytes by compression when storing regular vSAN objects on vSAN ESA.
Notice it doesn't include the space saving from RAID efficiency as we may store the compressed data with more RAID efficient way. This is only valid since 9.0.
Total space used in bytes when storing regular vSAN objects on vSAN ESA after deduplication and compression, including space used by regular objects and dedup store, any other overhead including RAID will be excluded.
This is only valid since 9.0.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VimClusterVsanVcDiskManagementSystem/{moId}/QueryClusterDataEfficiencyCapacityState