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

41 lines
1.2 KiB
JSON

{
"subnets": [
{
"allocation_pools": [
{
"end": "192.168.199.254",
"start": "192.168.199.2"
}
],
"cidr": "192.168.199.0/24",
"dns_nameservers": [],
"enable_dhcp": true,
"gateway_ip": "192.168.199.1",
"host_routes": [],
"id": "0468a7a7-290d-4127-aedd-6c9449775a24",
"ip_version": 4,
"name": "",
"network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406",
"tenant_id": "d19231fc08ec4bc4829b668040d34512"
},
{
"allocation_pools": [
{
"end": "10.56.7.254",
"start": "10.56.4.2"
}
],
"cidr": "10.56.4.0/22",
"dns_nameservers": [],
"enable_dhcp": true,
"gateway_ip": "10.56.4.1",
"host_routes": [],
"id": "b0e7435c-1512-45fb-aa9e-9a7c5932fb30",
"ip_version": 4,
"name": "",
"network_id": "64239a54-dcc4-4b39-920b-b37c2144effa",
"tenant_id": "d19231fc08ec4bc4829b668040d34512"
}
]
}