netconn-api/v2.0/samples/port-post-req-bulk.json
Akihiro Motoki 65841d4514 Correct bulk subnet-create JSON example
Add examples of bulk create responses
Move the examples of bulk create requests to separate files

Change-Id: Ia546b797b640b5827f75bf80237e1e62cac8b303
Closes-Bug: #1191694
2013-10-26 18:44:07 +09:00

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"
]
}
]
}