One management node: 

```
(ENV-2-MGMT-1) 🐱 > list virtualmachinesmetrics id=3e4ec1df-74eb-4fd2-9a97-6d16b53b4059 
{
  "count": 1,
  "virtualmachine": [
    {
      "account": "admin",
      "affinitygroup": [],
      "cpunumber": 1,
      "cpuspeed": 500,
      "cputotal": "0.5 Ghz",
      "cpuused": "14.16%",
      "created": "2022-03-07T19:16:01+0000",
      "details": {
        "rootDiskController": "osdefault"
      },
      "diskiopstotal": 0,
      "diskioread": 0,
      "diskiowrite": 0,
      "diskkbsread": 0,
      "diskkbswrite": 0,
      "displayname": "ENV-2-test-1",
      "displayvm": true,
      "domain": "ROOT",
      "domainid": "52d83793-26de-11ec-8dcf-5254005dcdac",
      "guestosid": "531d307f-26de-11ec-8dcf-5254005dcdac",
      "haenable": false,
      "hasannotations": false,
      "hostid": "3d7d8532-d0cf-476c-a36e-1b936d780abb",
      "hostname": "cloudstack-lab-host-2",
      "hypervisor": "KVM",
      "id": "3e4ec1df-74eb-4fd2-9a97-6d16b53b4059",
      "instancename": "i-2-111-VM",
      "ipaddress": "10.0.0.97",
      "isdynamicallyscalable": false,
      "lastupdated": "2022-03-07T19:18:21+0000",
      "memory": 512,
      "memoryintfreekbs": 0,
      "memorykbs": 524288,
      "memorytargetkbs": 524288,
      "memorytotal": "0.50 GB",
      "name": "ENV-2-test-1",
      "networkkbsread": 0,
      "networkkbswrite": 0,
      "networkread": "0.00 MB",
      "networkwrite": "0.00 MB",
      "nic": [...],
      ...
    }
  ]
}
```



Another management node:
```
(ENV-2-MGMT-2) 🐱 > list virtualmachinesmetrics id=3e4ec1df-74eb-4fd2-9a97-6d16b53b4059
{
  "count": 1,
  "virtualmachine": [
    {
      "account": "admin",
      "affinitygroup": [],
      "cpunumber": 1,
      "cpuspeed": 500,
      "cputotal": "0.5 Ghz",
      "cpuused": "14.16%",
      "created": "2022-03-07T19:16:01+0000",
      "details": {
        "rootDiskController": "osdefault"
      },
      "diskiopstotal": 0,
      "diskioread": 0,
      "diskiowrite": 0,
      "diskkbsread": 0,
      "diskkbswrite": 0,
      "displayname": "ENV-2-test-1",
      "displayvm": true,
      "domain": "ROOT",
      "domainid": "52d83793-26de-11ec-8dcf-5254005dcdac",
      "guestosid": "531d307f-26de-11ec-8dcf-5254005dcdac",
      "haenable": false,
      "hasannotations": false,
      "hostid": "3d7d8532-d0cf-476c-a36e-1b936d780abb",
      "hostname": "cloudstack-lab-host-2",
      "hypervisor": "KVM",
      "id": "3e4ec1df-74eb-4fd2-9a97-6d16b53b4059",
      "instancename": "i-2-111-VM",
      "ipaddress": "10.0.0.97",
      "isdynamicallyscalable": false,
      "lastupdated": "2022-03-07T19:18:21+0000",
      "memory": 512,
      "memoryintfreekbs": 0,
      "memorykbs": 524288,
      "memorytargetkbs": 524288,
      "memorytotal": "0.50 GB",
      "name": "ENV-2-test-1",
      "networkkbsread": 0,
      "networkkbswrite": 0,
      "networkread": "0.00 MB",
      "networkwrite": "0.00 MB",
      "nic": [...],
      ...
    }
  ]
}
```