/v2/templates ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: POST /v2/templates ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Create a new template Response status codes ********************** - **201**: Template created - **400**: Invalid request Input ******* .. raw:: html
| Name | Mandatory | Type | Description |
|---|---|---|---|
| builtin | boolean | Template is builtin | |
| category | Template category | ||
| compute_id | ✔ | ['null', '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 |
| Name | Mandatory | Type | Description |
|---|---|---|---|
| builtin | ✔ | boolean | Template is builtin |
| category | ✔ | Template category | |
| compute_id | ✔ | ['null', '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 |