danhoutz

Contrail API - Create Virtual Network

Oct 17th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. curl -X POST -H "Content-Type: application/json; charset=UTF-8" -d
  2. '{"virtual-network": {
  3. "parent_type": "project",
  4. "fq_name": ["default-domain", "admin", "vn-blue"],
  5. "network_ipam_refs": [
  6. {
  7. "attr": {
  8. "ipam_subnets":
  9. [
  10. {
  11. "subnet": {
  12. "ip_prefix": "10.1.1.0",
  13. "ip_prefix_len": 24
  14. }
  15. }
  16. ]
  17. },
  18. "to": [ "default-domain", "default-project", "default-network-ipam" ]
  19. }
  20. ]}
  21. }' http://10.84.14.2:8082/virtual-networks
Advertisement
Add Comment
Please, Sign In to add comment