mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-18 01:34:50 +02:00
20 lines
649 B
ReStructuredText
20 lines
649 B
ReStructuredText
/v2/projects/{project_id}/links/{link_id}/stop_capture
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /v2/projects/**{project_id}**/links/**{link_id}**/stop_capture
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Stop capture on a link instance
|
|
|
|
Parameters
|
|
**********
|
|
- **project_id**: Project UUID
|
|
- **link_id**: Link UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **201**: Capture stopped
|
|
- **400**: Invalid request
|
|
|