summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/node-inventory-response.json
blob: 9355bcf1ba2910c4e9821ac3012a2e1a7e1c8f3f (plain)
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
{
  "inventory": {
    "interfaces":[
      {
        "name":"eth0",
        "mac_address":"52:54:00:90:35:d6",
        "ipv4_address":"192.168.122.128",
        "ipv6_address":"fe80::5054:ff:fe90:35d6%eth0",
        "has_carrier":true,
        "lldp":null,
        "vendor":"0x1af4",
        "product":"0x0001"
      }
    ],
    "cpu":{
      "model_name":"QEMU Virtual CPU version 2.5+",
      "frequency":null,
      "count":1,
      "architecture":"x86_64"
    }
  },
  "plugin_data":{
    "macs":[
      "52:54:00:90:35:d6"
    ],
    "local_gb":10,
    "cpu_arch":"x86_64",
    "memory_mb":2048
  }
}