Storage Resource Manager Refresh Storage Drs Recommendation
Make Storage DRS invoke again on the specified pod StoragePod and return a new list of recommendations.
Concurrent "refresh" requests may be combined together and trigger only one Storage DRS invocation.
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.
No Content
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"pod":"{}"}' https://{api_host}/sdk/vim25/{release}/StorageResourceManager/{moId}/RefreshStorageDrsRecommendation