mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-26 16:01:08 +00:00
918 B
918 B
/v2/compute/projects/{project_id}/nat/nodes/{node_id}/adapters/{adapter_number:d+}/ports/{port_number:d+}/stop_capture
POST /v2/compute/projects/{project_id}/nat/nodes/{node_id}/adapters/{adapter_number:d+}/ports/{port_number:d+}/stop_capture
Stop a packet capture on a nat instance
Parameters
- adapter_number: Adapter on the nat (always 0)
- node_id: Node UUID
- project_id: Project UUID
- port_number: Port on the nat
Response status codes
- 400: Invalid request
- 404: Instance doesn't exist
- 204: Capture stopped