Storage Pod Get Pod Storage Drs Entry

Storage Pod Get Pod Storage Drs Entry

Storage DRS related attributes of the Storage Pod.

Required privileges: System.Read

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/StoragePod/{moId}/podStorageDrsEntry
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 PodStorageDrsEntry of type(s) application/json
"PodStorageDrsEntry Object"
object
storageDrsConfig
Required

The StorageDrsConfigInfo data object describes storage DRS configuration for a pod StoragePod.

array of object
recommendation
Optional

List of recommended actions for the Storage Pod.

It is possible that the current set of recommendations may be empty, either due to not having any running dynamic recommendation generation module, or since there may be no recommended actions at this time.

array of object
drsFault
Optional

A collection of the DRS faults generated in the last Storage DRS invocation.

Each element of the collection is the set of faults generated in one recommendation.

array of object
actionHistory
Optional

The set of actions that have been performed recently.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/StoragePod/{moId}/podStorageDrsEntry