65841d4514
Add examples of bulk create responses Move the examples of bulk create requests to separate files Change-Id: Ia546b797b640b5827f75bf80237e1e62cac8b303 Closes-Bug: #1191694
23 lines
654 B
JSON
23 lines
654 B
JSON
{
|
|
"ports": [
|
|
{
|
|
"admin_state_up": true,
|
|
"device_id": "24df1d04-d5cb-41e1-8de5-61ed77c558df",
|
|
"name": "port1",
|
|
"network_id": "64239a54-dcc4-4b39-920b-b37c2144effa",
|
|
"security_groups": [
|
|
"dbc107f4-afcd-4d5a-9352-f68f82241d5b"
|
|
]
|
|
},
|
|
{
|
|
"admin_state_up": false,
|
|
"name": "port2",
|
|
"network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406",
|
|
"security_groups": [
|
|
"8bf3f7cc-8471-40b1-815f-9da47e79775b",
|
|
"dbc107f4-afcd-4d5a-9352-f68f82241d5b"
|
|
]
|
|
}
|
|
]
|
|
}
|