2019-10-23 17:00:00 +03:00
|
|
|
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/1a82e1c1-b17d-4417-9a97-b5105b84fb88/adapters/1/ports/0/nio' -d '{"ethernet_device": "docker0", "type": "nio_ethernet"}'
|
2018-01-08 10:26:44 +02:00
|
|
|
|
2019-10-23 17:00:00 +03:00
|
|
|
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/nodes/1a82e1c1-b17d-4417-9a97-b5105b84fb88/adapters/1/ports/0/nio HTTP/1.1
|
2018-01-08 10:26:44 +02:00
|
|
|
{
|
2018-06-14 11:39:31 +03:00
|
|
|
"ethernet_device": "docker0",
|
2018-01-08 10:26:44 +02:00
|
|
|
"type": "nio_ethernet"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 201
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 64
|
|
|
|
Content-Type: application/json
|
2019-10-23 17:00:00 +03:00
|
|
|
Date: Wed, 23 Oct 2019 13:41:20 GMT
|
|
|
|
Server: Python/3.6 GNS3/2.2.1dev1
|
2018-01-08 10:26:44 +02:00
|
|
|
X-Route: /v2/compute/projects/{project_id}/iou/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
|
|
|
|
|
|
|
{
|
2018-06-14 11:39:31 +03:00
|
|
|
"ethernet_device": "docker0",
|
2018-01-08 10:26:44 +02:00
|
|
|
"type": "nio_ethernet"
|
|
|
|
}
|