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

25 lines
512 B
JSON

{
"subnet":{
"allocation_pools":[
{
"end":"10.0.3.254",
"start":"10.0.3.2"
}
],
"cidr":"10.0.3.0/24",
"dns_nameservers":[
],
"enable_dhcp":true,
"gateway_ip":"10.0.3.1",
"host_routes":[
],
"id":"91e47a57-7508-46fe-afc9-fc454e8580e1",
"ip_version":4,
"name":"sample_subnet",
"network_id":"1a6f6006-9e0b-4f99-984c-96787ae66363",
"tenant_id":"f667b69e4d6749749ef3bcba7251d9ce"
}
}