/v1/projects/{project_id}/dynamips/devices
----------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v1/projects/**{project_id}**/dynamips/devices
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a new Dynamips device instance
Parameters
**********
- **project_id**: UUID for the project
Response status codes
**********************
- **400**: Invalid request
- **201**: Instance created
- **409**: Conflict
Input
*******
.. raw:: html
Name | Mandatory | Type | Description |
device_id | | string | Dynamips device instance identifier |
device_type | ✔ | string | Dynamips device type |
name | ✔ | string | Dynamips device name |
Output
*******
.. raw:: html
Name | Mandatory | Type | Description |
device_id | ✔ | string | Dynamips router instance UUID |
mappings | | object | |
name | ✔ | string | Dynamips device instance name |
ports | | array | |
project_id | ✔ | string | Project UUID |