65841d4514
Add examples of bulk create responses Move the examples of bulk create requests to separate files Change-Id: Ia546b797b640b5827f75bf80237e1e62cac8b303 Closes-Bug: #1191694
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"subnets": [
|
|
{
|
|
"cidr": "192.168.199.0/24",
|
|
"ip_version": 4,
|
|
"network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406"
|
|
},
|
|
{
|
|
"cidr": "10.56.4.0/22",
|
|
"ip_version": 4,
|
|
"network_id": "64239a54-dcc4-4b39-920b-b37c2144effa"
|
|
}
|
|
]
|
|
}
|