Overview
Every successful audit generates an action plan — an ordered list of workload migrations that achieve the selected optimization goal. Action plans must be reviewed and explicitly approved before execution begins. This approval step ensures operators have full visibility into what will be moved, and when, before any workload is disrupted.Prerequisites
- A completed audit with state
SUCCEEDED - Project access with the
memberrole or above
Action Plan Structure
An action plan contains:| Component | Description |
|---|---|
| Plan UUID | Unique identifier for the plan |
| State | Current plan state: RECOMMENDED, PENDING, ONGOING, SUCCEEDED, FAILED, CANCELLED |
| Actions | Ordered list of individual workload operations |
| Efficacy | Estimated improvement percentage for the selected goal |
| Audit UUID | Reference to the audit that generated this plan |
- The operation type (e.g.,
migrate) - Source instance and source host
- Destination host (pre-selected by the strategy)
- Execution priority (lower numbers run first)
View Action Plans
- Dashboard
- CLI
Navigate to Action Plans
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Admin → Resource Optimizer → Action Plans.Approve an Action Plan
- Dashboard
- CLI
On the action plan detail page, click Approve. The plan state changes from
RECOMMENDED to PENDING, indicating it is ready for execution.Reject an Action Plan
If the action plan is not appropriate — e.g., it targets instances that should not be migrated during the current window — reject it and run a new audit later.- Dashboard
- CLI
On the action plan detail page, click Reject. The plan state changes to
CANCELLED and no migrations are executed.Action Plan States
| State | Meaning |
|---|---|
RECOMMENDED | Plan generated, awaiting approval |
PENDING | Approved, queued for execution |
ONGOING | Execution in progress |
SUCCEEDED | All actions completed successfully |
FAILED | One or more actions failed |
CANCELLED | Plan was rejected or expired |
Next Steps
Execute Actions
Run an approved action plan and monitor migration progress.
Audit History
Review past audits and their associated action plans.
Troubleshooting
Resolve failed actions and cancelled plans.
Run an Audit
Generate a new action plan by running a fresh audit.