nova/doc/api_samples/os-attach-interfaces/attach-interfaces-create-net_id-req.json
Takashi NATSUME 3838f9cd7f api-ref: Add a sample test for os-interface
In order to add an example creating an interface with
net_id and fixed_ips, add the sample test for it.

Change-Id: I6b2567db82d000e4b1cdf46020ce1b57103c3f46
Implements: blueprint api-ref-in-rst
2016-05-27 12:48:36 +00:00

11 lines
202 B
JSON

{
"interfaceAttachment": {
"fixed_ips": [
{
"ip_address": "192.168.1.3"
}
],
"net_id": "3cb9bc59-5699-4588-a4b1-b87f96708bc6"
}
}