| Response Name | Description |
| id | the ID of the virtual machine |
| displayname | user generated name. The name of the virtual machine is returned if no displayname exists. |
| name | the name of the virtual machine |
| stats(*) | the list of VM stats |
| cpuused | the amount (percentage) of the VM's CPU currently used |
| diskiopstotal | the total disk iops since the last stats retrieval |
| diskioread | the VM's disk number of read requests (IO) made in the last collection cycle as defined by vm.stats.interval configuration |
| diskiowrite | the VM's disk number of write requests (IO) made in the last collection cycle as defined by vm.stats.interval configuration |
| diskkbsread | the VM's disk read in KiB |
| diskkbswrite | the VM's disk write in KiB |
| memoryintfreekbs | the VM's free memory in KB or -1 if it cannot be gathered |
| memorykbs | the memory used by the VM in KB |
| memorytargetkbs | the target memory in VM (KB) |
| networkkbsread | the incoming network traffic on the VM in KiB |
| networkkbswrite | the outgoing network traffic on the host in KiB |
| networkread | the amount of downloaded data by the VM in MiB |
| networkwrite | the amount of uploaded data by the VM in MiB |
| timestamp | the time when the VM stats were collected. The format is 'yyyy-MM-dd hh:mm:ss' |