/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
NameMandatoryTypeDescription
console integerconsole TCP port
name✔stringVPCS device name
vpcs_id integerVPCS device instance ID
Output ******* .. raw:: html
NameMandatoryTypeDescription
console✔integerconsole TCP port
name✔stringVPCS device name
vpcs_id✔integerVPCS device instance ID
Sample session *************** .. literalinclude:: examples/post_vpcs.txt