/vpcs
------------------------------
.. contents::
POST /vpcs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a new VPCS and return it
Parameters
**********
- **vpcs_id**: Id of VPCS instance
Response status codes
**************************
- **201**: Success of creation of VPCS
- **409**: Conflict
Input
*******
.. raw:: html
Name | Mandatory | Type | Description |
console | | integer | console TCP port |
name | ✔ | string | VPCS device name |
vpcs_id | | integer | VPCS device instance ID |
Output
*******
.. raw:: html
Name | Mandatory | Type | Description |
console | ✔ | integer | console TCP port |
name | ✔ | string | VPCS device name |
vpcs_id | ✔ | integer | VPCS device instance ID |
Sample session
***************
.. literalinclude:: examples/post_vpcs.txt