Tài liệu
Cloud Service
Cloud Service
10 endpoint trong nhóm này.
POST
Shutdown VM
/api/service/{id}/vms/{vmid}/shutdown
Perform graceful shutdown
POST
Reset VM
/api/service/{id}/vms/{vmid}/reset
Reset virtual server power
POST
Change VM Hostname
/api/service/{id}/vms/{vmid}/hostname
Update virtual machine hostname
GET
List IP Pools
/api/service/{id}/vms/{vmid}/ippool
List IP pools for a specific interface or network bridge
POST
Allocate IPs
/api/service/{id}/vms/{vmid}/ippool/{pool}
Allocate new IP for network interface.
GET
List available networks
/api/service/{id}/networks
List of networks and IP pools that can be used for VM creation
POST
Add Network Interface
/api/service/{id}/vms/{vmid}/interfaces
Add new network interface to VM
GET
Get Network Interfaces
/api/service/{id}/vms/{vmid}/interfaces/{iface}
Get network Interface details
PUT
Update Network Interface
/api/service/{id}/vms/{vmid}/interfaces/{iface}
Update network interface details
DELETE
Remove Network Interface
/api/service/{id}/vms/{vmid}/interfaces/{iface}
Remove network interface from VM