1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-19 14:29:22 +00:00
gns3-server/scripts/docs/api/examples/controller_get_projectsprojectidnodesnodeiddynamipsautoidlepc.txt
2018-11-21 14:12:38 +07:00

18 lines
538 B
Plaintext

curl -i -X GET 'http://localhost:3080/v2/projects/9c48ff4a-f509-46fe-aa4b-bd056b1c2472/nodes/288cf014-06c5-46e9-b283-5df9d2b381fd/dynamips/auto_idlepc'
GET /v2/projects/9c48ff4a-f509-46fe-aa4b-bd056b1c2472/nodes/288cf014-06c5-46e9-b283-5df9d2b381fd/dynamips/auto_idlepc HTTP/1.1
HTTP/1.1 200
Connection: close
Content-Length: 30
Content-Type: application/json
Date: Mon, 19 Nov 2018 18:34:06 GMT
Server: Python/3.6 GNS3/2.2.0dev4
X-Route: /v2/projects/{project_id}/nodes/{node_id}/dynamips/auto_idlepc
{
"idlepc": "0x60606f54"
}