Sync documentation

This commit is contained in:
grossmj
2020-01-08 10:52:15 +08:00
parent 114da9764b
commit c52abd973e
198 changed files with 1884 additions and 1103 deletions

View File

@ -1,6 +1,6 @@
curl -i -X POST 'http://localhost:3080/v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture' -d '{}'
curl -i -X POST 'http://localhost:3080/v2/projects/9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24/links/655c1eb3-1d29-4556-bb96-2007a15dea0f/stop_capture' -d '{}'
POST /v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture HTTP/1.1
POST /v2/projects/9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24/links/655c1eb3-1d29-4556-bb96-2007a15dea0f/stop_capture HTTP/1.1
{}
@ -8,8 +8,8 @@ HTTP/1.1 201
Connection: close
Content-Length: 320
Content-Type: application/json
Date: Wed, 23 Oct 2019 13:43:36 GMT
Server: Python/3.6 GNS3/2.2.1dev1
Date: Wed, 08 Jan 2020 02:27:58 GMT
Server: Python/3.6 GNS3/2.2.4dev1
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
{
@ -18,9 +18,9 @@ X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
"capture_file_path": null,
"capturing": false,
"filters": {},
"link_id": "f1916402-d284-4f45-bf57-d49ca4cf333c",
"link_id": "655c1eb3-1d29-4556-bb96-2007a15dea0f",
"link_type": "ethernet",
"nodes": [],
"project_id": "50862b0c-b616-4811-af5c-7bd718d64a55",
"project_id": "9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24",
"suspend": false
}