Comment 4 for bug 1283655

Revision history for this message
Anne Gentle (annegentle) wrote :

Updated JSON example:
{
   "hypervisors":[
      {
         "status":"enabled",
         "service":{
            "host":"openstack.net",
            "disabled_reason":null,
            "id":16
         },
         "vcpus_used":1,
         "hypervisor_type":"QEMU",
         "local_gb_used":3,
         "vcpus":8,
         "hypervisor_hostname":"openstack.net",
         "memory_mb_used":2560,
         "memory_mb":7980,
         "current_workload":0,
         "state":"up",
         "host_ip":"172.29.236.100",
         "cpu_info":
                {
   "vendor":"Intel",
   "model":"qemu32",
   "arch":"x86_64",
   "features":[
      "pge",
      "clflush",
      "sep",
      "syscall",
      "vme",
      "msr",
      "cmov",
      "fpu",
      "pat",
      "lm",
      "tsc",
      "nx",
      "fxsr",
      "sse4.1",
      "pae",
      "sse4.2",
      "pclmuldq",
      "tsc-deadline",
      "mmx",
      "cx8",
      "mce",
      "de",
      "rdtscp",
      "mca",
      "pse",
      "lahf_lm",
      "popcnt",
      "apic",
      "sse",
      "pni",
      "aes",
      "sse2",
      "hypervisor",
      "ssse3",
      "cx16",
      "mtrr",
      "x2apic"
   ],
   "topology":{
      "cores":1,
      "cells":1,
      "threads":1,
      "sockets":8
   }
}]
         "running_vms":1,
         "free_disk_gb":1004,
         "hypervisor_version":2000000,
         "disk_available_least":955,
         "local_gb":1007,
         "free_ram_mb":5420,
         "id":4
      }
   ]
}