/v2/appliances ------------------------------------------------------------------------------------------------------------------------------------------ .. contents:: POST /v2/appliances ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Create a new appliance Response status codes ********************** - **201**: Appliance created - **400**: Invalid request Input ******* .. 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 |
| 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 |