2016-05-12 08:39:50 +00:00
|
|
|
/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
|
|
|
|
**********
|
2016-10-20 08:54:07 +00:00
|
|
|
- **project_id**: Project UUID
|
2017-03-06 13:35:39 +00:00
|
|
|
- **link_id**: Link UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **201**: Capture stopped
|
2017-03-06 13:35:39 +00:00
|
|
|
- **400**: Invalid request
|
2016-05-12 08:39:50 +00:00
|
|
|
|
2017-03-21 12:32:04 +00:00
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/controller_post_projectsprojectidlinkslinkidstopcapture.txt
|
|
|
|
|