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