mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-18 01:34:50 +02:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
|
curl -i -X PUT 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/docker/nodes/22396e9c-c6a0-4d55-82f0-fff20006a4a3' -d '{"console": 5006, "environment": "GNS3=1\nGNS4=0", "name": "test", "start_command": "yes"}'
|
||
|
|
||
|
PUT /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/docker/nodes/22396e9c-c6a0-4d55-82f0-fff20006a4a3 HTTP/1.1
|
||
|
{
|
||
|
"console": 5006,
|
||
|
"environment": "GNS3=1\nGNS4=0",
|
||
|
"name": "test",
|
||
|
"start_command": "yes"
|
||
|
}
|
||
|
|
||
|
|
||
|
HTTP/1.1 200
|
||
|
Connection: close
|
||
|
Content-Length: 653
|
||
|
Content-Type: application/json
|
||
|
Date: Mon, 08 Jan 2018 08:15:46 GMT
|
||
|
Server: Python/3.6 GNS3/2.1.2dev1
|
||
|
X-Route: /v2/compute/projects/{project_id}/docker/nodes/{node_id}
|
||
|
|
||
|
{
|
||
|
"adapters": 2,
|
||
|
"aux": 5005,
|
||
|
"console": 5006,
|
||
|
"console_http_path": "/",
|
||
|
"console_http_port": 80,
|
||
|
"console_resolution": "1280x1024",
|
||
|
"console_type": "telnet",
|
||
|
"container_id": "8bd8153ea8f5",
|
||
|
"environment": "GNS3=1\nGNS4=0",
|
||
|
"image": "nginx:latest",
|
||
|
"name": "test",
|
||
|
"node_directory": "/private/var/folders/qy/g6blgc5n7y93pzg61zyt7cmr0000gn/T/pytest-of-behlers/pytest-0/test_json4/project-files/docker/22396e9c-c6a0-4d55-82f0-fff20006a4a3",
|
||
|
"node_id": "22396e9c-c6a0-4d55-82f0-fff20006a4a3",
|
||
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
||
|
"start_command": "yes",
|
||
|
"status": "stopped"
|
||
|
}
|