1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidnodesnodeidstart.txt
2016-06-23 12:29:15 +02:00

13 lines
424 B
Plaintext

curl -i -X POST 'http://localhost:3080/v2/projects/cfd0e12c-5c9d-4186-8af9-16c193aa4d76/nodes/f96cc4ab-3199-4718-a37f-bf69444fc022/start' -d '{}'
POST /v2/projects/cfd0e12c-5c9d-4186-8af9-16c193aa4d76/nodes/f96cc4ab-3199-4718-a37f-bf69444fc022/start HTTP/1.1
{}
HTTP/1.1 204
CONTENT-LENGTH: 0
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/projects/{project_id}/nodes/{node_id}/start