/v2/appliances/{appliance_id}/duplicate ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: 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 ******* .. raw:: html
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 *************** .. literalinclude:: ../../../examples/controller_post_appliancesapplianceidduplicate.txt