gns3-server/docs/api/examples/compute_post_projectsprojectidtracengnodesnodeidstop.txt

15 lines
526 B
Plaintext
Raw Normal View History

2020-01-08 04:52:15 +02:00
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/traceng/nodes/797b0b03-d612-437a-91cc-f6b6a2e1341f/stop' -d '{}'
2018-06-07 11:26:06 +03:00
2020-01-08 04:52:15 +02:00
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/traceng/nodes/797b0b03-d612-437a-91cc-f6b6a2e1341f/stop HTTP/1.1
2018-06-07 11:26:06 +03:00
{}
HTTP/1.1 204
Connection: close
Content-Length: 0
Content-Type: application/octet-stream
2020-01-08 04:52:15 +02:00
Date: Wed, 08 Jan 2020 02:27:26 GMT
Server: Python/3.6 GNS3/2.2.4dev1
2018-06-07 11:26:06 +03:00
X-Route: /v2/compute/projects/{project_id}/traceng/nodes/{node_id}/stop