mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 19:28:07 +00:00
18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
curl -i -X GET 'http://localhost:3080/v2/projects/1bbfd840-733c-4511-bc41-062351c3592c/nodes/08a38782-ba77-4890-941c-5c322218ffc1/dynamips/idlepc_proposals'
|
|
|
|
GET /v2/projects/1bbfd840-733c-4511-bc41-062351c3592c/nodes/08a38782-ba77-4890-941c-5c322218ffc1/dynamips/idlepc_proposals HTTP/1.1
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
|
Content-Length: 38
|
|
Content-Type: application/json
|
|
Date: Thu, 20 Oct 2016 08:52:52 GMT
|
|
Server: Python/3.5 GNS3/2.0.0dev2
|
|
X-Route: /v2/projects/{project_id}/nodes/{node_id}/dynamips/idlepc_proposals
|
|
|
|
[
|
|
"0x60606f54",
|
|
"0x33805a22"
|
|
]
|