Storage Pod Get Summary
Storage pod summary.
Required privileges: System.View
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case StoragePod/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"name": "string",
"capacity": 0,
"freeSpace": 0
}
The name of the storage pod.
Total capacity of this storage pod, in bytes.
This value is the sum of the capacity of all datastores that are part of this storage pod, and is updated periodically by the server.
Total free space on this storage pod, in bytes.
This value is the sum of the free space on all datastores that are part of this storage pod, and is updated periodically by the server.