shwstppr commented on pull request #5659:
URL: https://github.com/apache/cloudstack/pull/5659#issuecomment-958793279
Failing listvirtualmachinesmetrics APIs fixed with last commit
```
(localcloud) 🐱 > list virtualmachinesmetrics
filter=id,name,account,networkkbsread listall=true
{
"count": 3,
"virtualmachine": [
{
"account": "ACSUser",
"id": "5412de2d-740a-4cb1-b8bf-63646ccf4aa9",
"name": "VM-5412de2d-740a-4cb1-b8bf-63646ccf4aa9",
"networkkbsread": 0
},
{
"account": "admin",
"id": "3a6f7f06-2b2c-4da7-95b2-046d1181284a",
"name": "vmw-vm2",
"networkkbsread": 0
},
{
"account": "admin",
"id": "a360b8d3-bdf1-4067-842d-bee12ca17f9e",
"name": "kvm-vm1",
"networkkbsread": 0
}
]
}
(localcloud) 🐱 > set profile user
Loaded server profile: user
Url: http://localhost:8080/client/api
Username: user
Domain: /
API Key:
Total APIs: 269
(user) 🐱 > sync
Discovered 269 APIs
(user) 🐱 > list virtualmachinesmetrics filter=id,name,account,networkkbsread
listall=true
{
"count": 1,
"virtualmachine": [
{
"account": "ACSUser",
"id": "5412de2d-740a-4cb1-b8bf-63646ccf4aa9",
"name": "VM-5412de2d-740a-4cb1-b8bf-63646ccf4aa9",
"networkkbsread": 0
}
]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]