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 000000000000..f47fc9d20152 --- /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