Excerpt | ||
---|---|---|
| ||
How to edit VM cost codes, lock and protect VMs, relocate a VM, troubleshoot VM launch, manage VMs with workflow feature, and perform power operations with the API on the hybrid cloud platform. |
...
Edit virtual machine cost codes
To assign a cost code to a VM:
Panel | ||
---|---|---|
| ||
Privileges: Access pricing view, Assign a cost code when editing a VM template |
Edit the VM
Go to Cost codes
You cannot change cost codes that are inherited from the hardware profile or templateClick the + add button
Select a Cost code
For a cost code of Usage user licenses, enter the number of Users for the VM
After you finish editing the VM, click Save
...
Include Page | ||||
---|---|---|---|---|
|
...
Protect a VM
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
What happens when the user clicks deploy?
The VM scheduler deploys the VM.
...
Before you begin, create a VM with the Abiquo UI and power it off. Open the browser console. This example uses Chrome, so we clicked F12.
Select the Network view
Click the red arrow record button and the clear button next to it
In the platform on the VM control panel, click the Start button
Scroll up to the first request, which should be a PUT request to the virtual machine state URL. Click on the request
If you can't see the Method column, right click on a column heading and select Method from the list
Select the link to the VM up to the end of the VM ID number (before "/state")
Use a cURL request similar to the one the example below or a REST API tool such as Postman to perform a GET request to this link. For this basic testing, you can use the -k option to avoid security warnings.
...