mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-27 08:12:32 +00:00
1.2 KiB
1.2 KiB
/v2/compute/projects/{project_id}/qemu/nodes/{node_id}/resize_disk
POST /v2/compute/projects/{project_id}/qemu/nodes/{node_id}/resize_disk
Resize a Qemu VM disk image
Parameters
- project_id: Project UUID
- node_id: Node UUID
Response status codes
- 201: Instance updated
- 404: Instance doesn't exist
Input
Name | Mandatory | Type | Description |
---|---|---|---|
drive_name | ✔ | enum | Possible values: hda, hdb, hdc, hdd |
extend | ✔ | integer | Number of Megabytes to extend the image |