2015-02-17 09:37:09 +00:00
|
|
|
/v1/projects/{project_id}/dynamips/devices/{device_id}
|
|
|
|
----------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
GET /v1/projects/**{project_id}**/dynamips/devices/**{device_id}**
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Get a Dynamips device instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-06-10 12:35:53 +00:00
|
|
|
- **device_id**: UUID for the instance
|
2015-07-24 08:15:15 +00:00
|
|
|
- **project_id**: UUID for the project
|
2015-02-17 09:37:09 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Success
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
Output
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>device_id</td> <td>✔</td> <td>string</td> <td>Dynamips router instance UUID</td> </tr>
|
|
|
|
<tr><td>mappings</td> <td> </td> <td>object</td> <td></td> </tr>
|
|
|
|
<tr><td>name</td> <td>✔</td> <td>string</td> <td>Dynamips device instance name</td> </tr>
|
|
|
|
<tr><td>ports</td> <td> </td> <td>array</td> <td></td> </tr>
|
|
|
|
<tr><td>project_id</td> <td>✔</td> <td>string</td> <td>Project UUID</td> </tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
PUT /v1/projects/**{project_id}**/dynamips/devices/**{device_id}**
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Update a Dynamips device instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-06-10 12:35:53 +00:00
|
|
|
- **device_id**: UUID for the instance
|
2015-07-24 08:15:15 +00:00
|
|
|
- **project_id**: UUID for the project
|
2015-02-17 09:37:09 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Instance updated
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **409**: Conflict
|
|
|
|
|
|
|
|
Input
|
|
|
|
*******
|
|
|
|
Types
|
|
|
|
+++++++++
|
|
|
|
EthernetSwitchPort
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Ethernet switch port
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
2015-10-16 17:05:29 +00:00
|
|
|
<tr><td>ethertype</td> <td> </td> <td>enum</td> <td>Possible values: , 0x8100, 0x88A8, 0x9100, 0x9200</td> </tr>
|
2015-02-17 09:37:09 +00:00
|
|
|
<tr><td>port</td> <td>✔</td> <td>integer</td> <td>Port number</td> </tr>
|
|
|
|
<tr><td>type</td> <td>✔</td> <td>enum</td> <td>Possible values: access, dot1q, qinq</td> </tr>
|
|
|
|
<tr><td>vlan</td> <td>✔</td> <td>integer</td> <td>VLAN number</td> </tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
Body
|
|
|
|
+++++++++
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>name</td> <td> </td> <td>string</td> <td>Dynamips device instance name</td> </tr>
|
|
|
|
<tr><td>ports</td> <td> </td> <td>array</td> <td></td> </tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
Output
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>device_id</td> <td>✔</td> <td>string</td> <td>Dynamips router instance UUID</td> </tr>
|
|
|
|
<tr><td>mappings</td> <td> </td> <td>object</td> <td></td> </tr>
|
|
|
|
<tr><td>name</td> <td>✔</td> <td>string</td> <td>Dynamips device instance name</td> </tr>
|
|
|
|
<tr><td>ports</td> <td> </td> <td>array</td> <td></td> </tr>
|
|
|
|
<tr><td>project_id</td> <td>✔</td> <td>string</td> <td>Project UUID</td> </tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
DELETE /v1/projects/**{project_id}**/dynamips/devices/**{device_id}**
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Delete a Dynamips device instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-06-10 12:35:53 +00:00
|
|
|
- **device_id**: UUID for the instance
|
2015-07-24 08:15:15 +00:00
|
|
|
- **project_id**: UUID for the project
|
2015-02-17 09:37:09 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: Instance deleted
|
2015-10-16 17:05:29 +00:00
|
|
|
|