/vpcs/{uuid}
---------------------------------------------
.. contents::
GET /vpcs/**{uuid}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get a VPCS instance
Parameters
**********
- **uuid**: VPCS instance UUID
Response status codes
**********************
- **200**: Success
- **404**: VPCS instance doesn't exist
Sample session
***************
.. literalinclude:: examples/get_vpcsuuid.txt
PUT /vpcs/**{uuid}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Update a VPCS instance
Parameters
**********
- **uuid**: VPCS instance UUID
Response status codes
**********************
- **200**: VPCS instance updated
- **409**: Conflict
- **404**: VPCS instance doesn't exist
Input
*******
.. raw:: html
| Name | Mandatory | Type | Description |
| console | | ['integer', 'null'] | console TCP port |
| name | | ['string', 'null'] | VPCS device name |
| script_file | | ['string', 'null'] | VPCS startup script |
| startup_script | | ['string', 'null'] | Content of the VPCS startup script |
Output
*******
.. raw:: html
| Name | Mandatory | Type | Description |
| console | ✔ | integer | console TCP port |
| name | ✔ | string | VPCS device name |
| project_uuid | ✔ | string | Project UUID |
| script_file | | ['string', 'null'] | VPCS startup script |
| startup_script | | ['string', 'null'] | Content of the VPCS startup script |
| uuid | ✔ | string | VPCS device UUID |
DELETE /vpcs/**{uuid}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Delete a VPCS instance
Parameters
**********
- **uuid**: VPCS instance UUID
Response status codes
**********************
- **404**: VPCS instance doesn't exist
- **204**: VPCS instance deleted