3838f9cd7f
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
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"interfaceAttachment": {
|
|
"fixed_ips": [
|
|
{
|
|
"ip_address": "192.168.1.3"
|
|
}
|
|
],
|
|
"net_id": "3cb9bc59-5699-4588-a4b1-b87f96708bc6"
|
|
}
|
|
}
|