mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-11 23:42:41 +00:00
2.4 KiB
2.4 KiB
/v2/appliances/{appliance_id}/duplicate
POST /v2/appliances/{appliance_id}/duplicate
Duplicate an appliance
Parameters
- appliance_id: Appliance UUID
Response status codes
- 201: Appliance duplicated
- 400: Invalid request
- 404: Appliance doesn't exist
Output
Name | Mandatory | Type | Description |
---|---|---|---|
appliance_id | ✔ | string | Appliance UUID from which the node has been created. Read only |
appliance_type | ✔ | enum | Possible values: cloud, ethernet_hub, ethernet_switch, docker, dynamips, vpcs, traceng, virtualbox, vmware, iou, qemu |
builtin | ✔ | boolean | Appliance is builtin |
category | ✔ | Appliance category | |
compute_id | ✔ | string | Compute identifier |
default_name_format | ✔ | string | Default name format |
name | ✔ | string | Appliance name |
symbol | ✔ | string | Symbol of the appliance |
Sample session
../../../examples/controller_post_appliancesapplianceidduplicate.txt