1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/docs/api/examples/compute_get_projectsprojectidiounodesnodeid.txt

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-03-30 08:56:26 +00:00
curl -i -X GET 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/011a97fd-82ba-4a6f-8f96-684637afd015'
2018-01-08 08:26:44 +00:00
2019-03-30 08:56:26 +00:00
GET /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/011a97fd-82ba-4a6f-8f96-684637afd015 HTTP/1.1
2018-01-08 08:26:44 +00:00
HTTP/1.1 200
Connection: close
2019-03-30 08:56:26 +00:00
Content-Length: 630
2018-01-08 08:26:44 +00:00
Content-Type: application/json
2019-03-30 08:56:26 +00:00
Date: Sat, 30 Mar 2019 08:47:51 GMT
Server: Python/3.6 GNS3/2.2.0dev8
2018-01-08 08:26:44 +00:00
X-Route: /v2/compute/projects/{project_id}/iou/nodes/{node_id}
{
"application_id": 1,
"command_line": "",
"console": 5004,
"console_type": "telnet",
"ethernet_adapters": 2,
"l1_keepalives": false,
"md5sum": "e573e8f5c93c6c00783f20c7a170aa6c",
"name": "PC TEST 1",
2019-03-30 08:56:26 +00:00
"node_directory": "/tmp/pytest-of-grossmj/pytest-0/test_json4/project-files/iou/011a97fd-82ba-4a6f-8f96-684637afd015",
"node_id": "011a97fd-82ba-4a6f-8f96-684637afd015",
2018-01-08 08:26:44 +00:00
"nvram": 128,
"path": "iou.bin",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"ram": 256,
"serial_adapters": 2,
"status": "stopped",
2019-03-30 08:56:26 +00:00
"usage": "",
2018-01-08 08:26:44 +00:00
"use_default_iou_values": true
}