summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api_samples/os-tenant-networks/networks-post-req.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api_samples/os-tenant-networks/networks-post-req.json b/doc/api_samples/os-tenant-networks/networks-post-req.json
new file mode 100644
index 000000000..f47fc9d20
--- /dev/null
+++ b/doc/api_samples/os-tenant-networks/networks-post-req.json
@@ -0,0 +1,9 @@
+{
+ "network": {
+ "label": "public",
+ "cidr": "172.0.0.0/24",
+ "vlan_start": 1,
+ "num_networks": 1,
+ "network_size": 255
+ }
+} \ No newline at end of file