/v2/templates/{template_id} ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: GET /v2/templates/**{template_id}** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get an template Response status codes ********************** - **200**: Template found - **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 | ✔ | ['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 |
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 |