mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-13 00:09:48 +00:00
1.0 KiB
1.0 KiB
/v1/{project_id}/virtualbox/{vm_id}/capture/{adapter_id:d+}/start -----------------------------------------------------------
POST /v1/{project_id}/virtualbox/{vm_id}/capture/{adapter_id:d+}/start
Start a packet capture on a VirtualBox VM instance
Parameters
- vm_id: UUID for the instance
- project_id: UUID for the project
- adapter_id: Adapter to start a packet capture
Response status codes
- 200: Capture started
- 400: Invalid request
- 404: Instance doesn't exist
Input
Name | Mandatory | Type | Description |
---|---|---|---|
capture_filename | ✔ | string | Capture file name |