2016-03-11 16:20:09 +00:00
|
|
|
curl -i -X POST 'http://localhost:8000/v2/hypervisor/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/vms/2663a05a-a0b1-4f99-b1e6-0c88eb4f428f/adapters/1/ports/0/nio' -d '{"ethernet_device": "bridge0", "type": "nio_generic_ethernet"}'
|
2015-02-24 10:38:57 +00:00
|
|
|
|
2016-03-11 16:20:09 +00:00
|
|
|
POST /v2/hypervisor/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/iou/vms/2663a05a-a0b1-4f99-b1e6-0c88eb4f428f/adapters/1/ports/0/nio HTTP/1.1
|
2015-02-24 10:38:57 +00:00
|
|
|
{
|
2016-01-04 16:04:15 +00:00
|
|
|
"ethernet_device": "bridge0",
|
2015-02-24 10:38:57 +00:00
|
|
|
"type": "nio_generic_ethernet"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 201
|
2015-07-09 14:16:43 +00:00
|
|
|
ACCESS-CONTROL-ALLOW-ORIGIN: *
|
2016-01-04 16:04:15 +00:00
|
|
|
CONTENT-LENGTH: 72
|
2015-02-24 10:38:57 +00:00
|
|
|
CONTENT-TYPE: application/json
|
|
|
|
DATE: Thu, 08 Jan 2015 16:09:15 GMT
|
2016-03-04 16:50:17 +00:00
|
|
|
SERVER: Python/3.5 GNS3/1.5.0dev1
|
2016-03-07 16:57:12 +00:00
|
|
|
X-ROUTE: /v2/hypervisor/projects/{project_id}/iou/vms/{vm_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/nio
|
2015-02-24 10:38:57 +00:00
|
|
|
|
|
|
|
{
|
2016-01-04 16:04:15 +00:00
|
|
|
"ethernet_device": "bridge0",
|
2015-02-24 10:38:57 +00:00
|
|
|
"type": "nio_generic_ethernet"
|
|
|
|
}
|