Storage Pod Get Summary

Storage Pod Get Summary

Storage pod summary.

Required privileges: System.View

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/StoragePod/{moId}/summary
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns StoragePodSummary of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "name": "string",
    "capacity": 0,
    "freeSpace": 0
}
string
name
Required

The name of the storage pod.

integer As int64 As int64
capacity
Required

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.

integer As int64 As int64
freeSpace
Required

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.