Skip to content

Instantly share code, notes, and snippets.

@ramielrowe
Created April 17, 2014 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramielrowe/11012683 to your computer and use it in GitHub Desktop.
Save ramielrowe/11012683 to your computer and use it in GitHub Desktop.
[
{
"network": {
"id": "",
"address": "",
"type": "",
"details": {},
"devname": "",
"ovs_interfaceid": "",
"qbh_params": "",
"qbg_params": "",
"active": "",
"meta": {},
"network": {
"id": "",
"bridge": "",
"label": "",
"subnets": [
{
"cidr": "",
"version": "",
"dns": [
{"address": "", "type": "", "version": "", "meta": {}}
],
"gateway": {"address": "", "type": "", "version": "", "meta": {}},
"ips": [
{
"address": "",
"type": "",
"version": "",
"floating_ips": [
{"address": "", "type": "", "version": "", "meta": {}}
],
"meta": {}
}
],
"routes": [
{
"cidr": "",
"interface": "",
"gateway": {"address": "", "type": "", "version": "", "meta": {}},
"meta": {}
}
],
}
]
}
}
},
....
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment