Storage Resource Manager Refresh Storage Drs Recommendations For Pod Task
Invoke Storage DRS on a specific pod StoragePod and return a new list of recommendations.
Required privileges: System.View
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/StorageResourceManager/{moId}/RefreshStorageDrsRecommendationsForPod_Task
COPY
Path Parameters
string
moId
Required
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 StorageResourceManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Request Body
RefreshStorageDrsRecommendationsForPodRequestType of type(s) application/json
Required
{
"pod": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
Responses
200
OK
Returns MoRefTask of type(s) application/json
This response body class contains all of the following: MoRefExtensibleManagedObject
{
"_typeName": "string",
"type": "string",
"value": "string"
}
500
Failure
Returns InvalidArgument of type(s) application/json
This response body class contains all of the following: RuntimeFault
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"invalidProperty": "string"
}
string
invalidProperty
Optional
Optional name of the invalid property.
On This Page
Storage Resource Manager Operations
POST
Storage Resource Manager Apply Storage Drs Recommendation Task
POST
Storage Resource Manager Apply Storage Drs Recommendation To Pod Task
POST
Storage Resource Manager Cancel Storage Drs Recommendation
POST
Storage Resource Manager Configure Datastore IORM Task
POST
Storage Resource Manager Configure Storage Drs For Pod Task
POST
Storage Resource Manager Query Datastore Performance Summary
POST
Storage Resource Manager Query IORM Config Option
POST
Storage Resource Manager Recommend Datastores
POST
Storage Resource Manager Refresh Storage Drs Recommendation
POST
Storage Resource Manager Refresh Storage Drs Recommendations For Pod Task
POST
Storage Resource Manager Validate Storage Pod Config