netconn-api/v2.0/samples/subnets_get_resp.json
Diane Fleming 1397c31240 Fix JSON validation errors
Closes-Bug: #1283712

Change-Id: Iea9a63251b7702a33fcdb54c71bfc638774d0418
author: diane fleming
2014-02-24 11:18:00 -06:00

36 lines
960 B
JSON

{
"subnets":[
{
"name":"",
"network_id":"ed2e3c10-2e43-4297-9006-2863a2d1abbc",
"tenant_id":"c1210485b2424d48804aad5d39c61b8f",
"allocation_pools":[
{
"start":"10.10.0.2",
"end":"10.10.0.254"
}
],
"gateway_ip":"10.10.0.1",
"ip_version":4,
"cidr":"10.10.0.0/24",
"id":"4156c7a5-e8c4-4aff-a6e1-8f3c7bc83861",
"enable_dhcp":true
},
{
"name":"",
"network_id":"afc75773-640e-403c-9fff-62ba98db1f19",
"tenant_id":"ed680f49ff714162ab3612d7876ffce5",
"allocation_pools":[
{
"start":"10.0.0.2",
"end":"10.0.0.254"
}
],
"gateway_ip":"10.0.0.1",
"ip_version":4,
"cidr":"10.0.0.0/24",
"id":"e12f0c45-46e3-446a-b207-9474b27687a6",
"enable_dhcp":true
}
]
}