Paste #498744

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "services": [
    {
      "type": "dns",
      "address": "69.9.160.191"
    },
    {
      "type": "dns",
      "address": "69.9.191.4"
    }
  ],
  "networks": [
    {
      "network_id": "4daf5ce8-38cf-4240-9f1a-04e86d7c6117",
      "type": "ipv4",
      "netmask": "255.255.255.248",
      "link": "eth0",
      "routes": [
        {
          "netmask": "0.0.0.0",
          "network": "0.0.0.0",
          "gateway": "1.2.3.9"
        }
      ],
      "ip_address": "1.2.3.12",
      "id": "network0-ipv4"
    },
    {
      "network_id": "a9e2f47c-3c43-4782-94d0-e1eeef1c8c9d",
      "type": "ipv4",
      "netmask": "255.255.255.248",
      "link": "eth1",
      "routes": [],
      "ip_address": "10.248.2.4",
      "id": "network1-ipv4"
    }
  ],
  "links": [
    {
      "ethernet_mac_address": "fa:16:3e:07:66:55",
      "mtu": 1500,
      "type": "vif",
      "id": "eth0",
      "vif_id": "ee98b1b6-9ded-4d70-ae9c-9db24e6c93a8"
    },
    {
      "ethernet_mac_address": "fa:16:3e:95:e7:95",
      "mtu": 1500,
      "type": "vif",
      "id": "eth1",
      "vif_id": "d3a78356-2116-4e8e-be24-eec3e6e37d0f"
    }
  ]
}