netconn-api/v2.0/samples/subnet-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

15 lines
332 B
JSON

{
"subnets": [
{
"cidr": "192.168.199.0/24",
"ip_version": 4,
"network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406"
},
{
"cidr": "10.56.4.0/22",
"ip_version": 4,
"network_id": "64239a54-dcc4-4b39-920b-b37c2144effa"
}
]
}