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 an Ethernet switch instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter on the switch (always 0)
- **port_number**: Port on the switch
- **adapter_number**: Adapter on the switch (always 0)
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes
@ -27,9 +27,9 @@ Remove a NIO from an Ethernet switch instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter on the switch (always 0)
- **port_number**: Port on the switch
- **adapter_number**: Adapter on the switch (always 0)
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes

View File

@ -9,9 +9,9 @@ Start a packet capture on an Ethernet switch instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter on the switch (always 0)
- **port_number**: Port on the switch
- **adapter_number**: Adapter on the switch (always 0)
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes

View File

@ -9,9 +9,9 @@ Stop a packet capture on an Ethernet switch instance
Parameters
**********
- **project_id**: Project UUID
- **adapter_number**: Adapter on the switch (always 0)
- **port_number**: Port on the switch
- **adapter_number**: Adapter on the switch (always 0)
- **project_id**: Project UUID
- **node_id**: Node UUID
Response status codes