2015-02-04 09:31:31 +00:00
|
|
|
/v1/vpcs/{uuid}/ports/{port_number:\d+}/nio
|
|
|
|
-----------------------------------------------------------
|
2015-02-03 20:27:15 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2015-02-04 09:31:31 +00:00
|
|
|
POST /v1/vpcs/**{uuid}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-03 20:27:15 +00:00
|
|
|
Add a NIO to a VPCS instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **uuid**: Instance UUID
|
2015-02-04 01:44:04 +00:00
|
|
|
- **port_number**: Port where the nio should be added
|
2015-02-03 20:27:15 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid instance UUID
|
|
|
|
- **201**: NIO created
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
|
2015-02-04 09:31:31 +00:00
|
|
|
DELETE /v1/vpcs/**{uuid}**/ports/**{port_number:\d+}**/nio
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-03 20:27:15 +00:00
|
|
|
Remove a NIO from a VPCS instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **uuid**: Instance UUID
|
2015-02-04 01:44:04 +00:00
|
|
|
- **port_number**: Port from where the nio should be removed
|
2015-02-03 20:27:15 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid instance UUID
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: NIO deleted
|
|
|
|
|