...
Expand | ||
---|---|---|
| ||
|
Add a cloud node
A cloud node is the physical machine and hypervisor host or container server, for example.
...
Expand | ||
---|---|---|
| ||
|
...
Retrieve a KVM machine
And if you're doing a test, maybe you're just using a KVM, in which case you should use the following cURL, modifying the appropriate parameters.
Code Block |
---|
GET https://example.com/api/admin/datacenters/3/action/discover?hypervisor=KVM&ip=mjskvm.bcn.abiquo.com -H 'Accept:application/vnd.abiquo.machines+json;version=4.6' \ -d @requestpayload.json \ -u user:password --verbose |
...
Modify the machine details
...