...
Div | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
API Roles required
cURL:
Success status code: 200 Request payload: --none-- Response payload: The response to this query is a collection of virtual datacenters ..but in this case, there is only one virtual datacenter.
|
A virtual datacenter contains virtual appliances. It is the root resource of all the virtual appliances that belong to that virtual datacenter. The Abiquo UI automatically creates a VApp when you create or synchronize a VDC, but if you use the API to create the VDC, you will need to create your own VApp from the virtualappliances link. The only data you need to supply is the name, and of course you can supply an optional icon.
...
Div | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
API Roles required:
cURL:
Success status code: 201 Request payload:
Response payload:
|
Next we can determine which templates are available to deploy in our virtual datacenter.
...
Div | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
API Roles required:
cURL:
Success status code: 200 Request payload: --none-- Response payload:
|
Create the Virtual Machine
...
Div | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
cURL:
Success status code: 201 Request payload:
Response payload:
|
...