Update api documentations

This commit is contained in:
Julien Duponchelle
2016-10-20 10:54:07 +02:00
parent dc363bbd38
commit 69fcf801c3
198 changed files with 1263 additions and 1248 deletions

View File

@ -9,9 +9,9 @@ Add a NIO to a Qemu VM instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Network adapter where the nio is located
- **port_number**: Port on the adapter (always 0)
- **adapter_number**: Network adapter where the nio is located
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes
@ -33,9 +33,9 @@ Remove a NIO from a Qemu VM instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Network adapter where the nio is located
- **port_number**: Port on the adapter (always 0)
- **adapter_number**: Network adapter where the nio is located
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes

View File

@ -9,9 +9,9 @@ Start a packet capture on a Qemu VM instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter to start a packet capture
- **port_number**: Port on the adapter (always 0)
- **adapter_number**: Adapter to start a packet capture
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes

View File

@ -9,9 +9,9 @@ Stop a packet capture on a Qemu VM instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter to stop a packet capture
- **port_number**: Port on the adapter (always 0)
- **adapter_number**: Adapter to stop a packet capture
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes