vmware_drs_recommendations
Fetch pending DRS migration recommendations for a VMware cluster, showing proposed moves and reasons. Use with vmware_apply_drs_recommendation to execute.
Instructions
Lists the pending DRS recommendations of a cluster (proposed migrations).
Returns a JSON {cluster, count, recommendations:[{key, type, reason, target, actions:[...]}]}. Apply afterwards with vmware_apply_drs_recommendation (cluster.ops).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | Yes | Cluster name | |
| refresh | No | Force a recomputation before reading |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |