netconn-api/v2.0/samples/subnets-post-create-bulk-req.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

15 lines
270 B
JSON

{
"subnets": [
{"name": "sample_subnet_1",
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
"cidr": "10.100.0.0/16",
"ip_version": 4
},
{
"name": "sample_subnet_2",
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
"cidr": "172.16.0.0/12",
"ip_version": 4
}]
}