/v2/templates/{template_id}/duplicate ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: POST /v2/templates/**{template_id}**/duplicate ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Duplicate an template Parameters ********** - **template_id**: Template UUID Response status codes ********************** - **201**: Template duplicated - **400**: Invalid request - **404**: Template doesn't exist Output ******* .. raw:: html
| Name | Mandatory | Type | Description |
|---|---|---|---|
| builtin | ✔ | boolean | Template is builtin |
| category | ✔ | Template category | |
| compute_id | ✔ | string | Compute identifier |
| default_name_format | ✔ | string | Default name format |
| name | ✔ | string | Template name |
| symbol | ✔ | string | Symbol of the template |
| template_id | ✔ | string | Template UUID |
| template_type | ✔ | enum | Possible values: cloud, ethernet_hub, ethernet_switch, docker, dynamips, vpcs, traceng, virtualbox, vmware, iou, qemu |