Cluster Compute Resource Get Drs Recommendation
Deprecated as of VI API 2.5, use recommendation. vSphere 6.5 is the last version where this property is populated. Later versions of vSphere no longer populate this property.
If DRS is enabled, this returns the set of recommended migrations from the DRS module.
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 ClusterComputeResource/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
[
{
"_typeName": "string",
"key": "string",
"rating": 0,
"reason": "string",
"reasonText": "string",
"migrationList": [
{
"_typeName": "string",
"key": "string",
"time": "string",
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"cpuLoad": 0,
"memoryLoad": 0,
"source": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sourceCpuLoad": 0,
"sourceMemoryLoad": 0,
"destination": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"destinationCpuLoad": 0,
"destinationMemoryLoad": 0
}
]
}
]