netconn-api/v2.0/samples/subnets-get-detail-res.json
Sam Harwell b367816883 Fix syntax errors in JSON examples
Many documentation samples include JSON which is not syntactically
valid. This change does not verify that the JSON samples included in
project are correct or used, but merely corrects the obviously invalid
sections of code.

Change-Id: I8539be30d41207befda004017664099471f28ab5
2013-11-26 09:48:26 -06:00

18 lines
456 B
JSON

status: 200
content-length: 309
content-type: application/json
{
"subnet":
{
"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": false
}
}