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