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
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"pod": {}
}
{
"pod": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The storage pod. The recommendations generated is stored at PodStorageDrsEntry.recommendation.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
Failure
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"invalidProperty": "string"
}
Optional name of the invalid property.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"pod":"{}"}' https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/RefreshStorageDrsRecommendationsForPod_Task