netconn-api/v2.0/samples/subnets-create-bulk-resp.json
Diane Fleming cf63982eaf Update to point to wadls in the api-site repo to correct neutron:type error
Closes-Bug: #1157159

Change-Id: I59e5026878fdacfc41d7938c0f5736dc3d7a1dad
author: diane fleming
2013-12-20 12:37:08 -06:00

29 lines
785 B
JSON

{
"subnets": [
{
"name": "sample_subnet_1",
"enable_dhcp": true,
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
"tenant_id": "60cd4f6dbc2f491982a284e7b83b5be3",
"dns_nameservers": [],
"allocation_pools":[{"start": "10.100.0.2", "end": "10.100.255.254"}],
"host_routes": [],
"ip_version": 4,
"gateway_ip": "10.100.0.1",
"cidr": "10.100.0.0/16",
"id": "70ffbaeb-4b43-4605-abe6-4c5bdbb8236b"
},
{
"name": "sample_subnet_2",
"enable_dhcp": true,
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
"tenant_id": "60cd4f6dbc2f491982a284e7b83b5be3",
"dns_nameservers": [],
"allocation_pools": [{"start": "172.16.0.2", "end": "172.31.255.254"}],
"host_routes": [],
"ip_version": 4,
"gateway_ip": "172.16.0.1",
"cidr": "172.16.0.0/12",
"id": "d849e3fc-557d-4b27-8f1c-aceca1daa410"}]
}