1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 22:38:07 +00:00
gns3-server/docs/api/examples/controller_get_projectsprojectidnodesnodeiddynamipsautoidlepc.txt
2019-10-23 22:00:00 +08:00

18 lines
538 B
Plaintext

curl -i -X GET 'http://localhost:3080/v2/projects/be0e597e-0dd5-4865-b5d6-9270565a4cc9/nodes/6bcbcfe5-4958-4103-bb57-43246317ab5f/dynamips/auto_idlepc'
GET /v2/projects/be0e597e-0dd5-4865-b5d6-9270565a4cc9/nodes/6bcbcfe5-4958-4103-bb57-43246317ab5f/dynamips/auto_idlepc HTTP/1.1
HTTP/1.1 200
Connection: close
Content-Length: 30
Content-Type: application/json
Date: Wed, 23 Oct 2019 13:43:38 GMT
Server: Python/3.6 GNS3/2.2.1dev1
X-Route: /v2/projects/{project_id}/nodes/{node_id}/dynamips/auto_idlepc
{
"idlepc": "0x60606f54"
}