Storage Resource Manager Apply Storage Drs Recommendation To Pod Task
Applies a recommendation from the recommendation list that is generated by SDRS load balancing activity.
Each recommendation can be applied only once.
Requires Resource.ApplyRecommendation privilege on the storage pod. And requires Resource.ColdMigrate privilege on the virtual machine(s) that are relocated. Additionally requires Resource.HotMigrate privilege if the virtual machine is powered on (for Storage VMotion). Also requires Datastore.AllocateSpace on any datastore the virtual machine or its disks are relocated to.
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 8.0.2.0 APIs.
{
"pod": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"key": "string"
}
The key field of the Recommendation.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}