rhtyd opened a new issue #3938: listVolumesMetrics does not return keys per listVolumes URL: https://github.com/apache/cloudstack/issues/3938 Few keys are missing from API response and affect what we can show in Primate: ``` { "account": "admin", "attached": "2020-03-02T16:29:55+0100", - "clusterid": "7d016bce-19f1-46c0-a402-cf125e53cd09", - "clustername": "C0", "created": "2020-03-02T16:29:55+0100", - "destroyed": false, "deviceid": 0, + "diskiopstotal": 0, "diskioread": 0, "diskiowrite": 0, "diskkbsread": 0, @@ -13,23 +11,17 @@ "displayvolume": true, "domain": "ROOT", "domainid": "fa323836-4f04-11ea-b408-1e006800018c", - "hypervisor": "Simulator", "id": "b428a02c-4b46-4bb9-bade-955c4f9ff875", "isextractable": false, "name": "ROOT-7", - "path": "02f907ab-6148-4736-8d65-3485b1768c96", - "podid": "c8de2252-6560-41ad-8156-a9a695e63fae", - "podname": "POD0", "provisioningtype": "thin", "quiescevm": false, "serviceofferingdisplaytext": "Small Instance", "serviceofferingid": "98cd9095-5949-4c26-b014-14eddf3f0aa9", "serviceofferingname": "Small Instance", "size": 2147483648, + "sizegb": "2.00 GB", "state": "Ready", - "storage": "PS1", - "storageid": "cd360613-e1cf-3a32-b8ef-d07bad8dd92b", - "storagetype": "shared", "tags": [], "templatedisplaytext": "CentOS 5.6 (64-bit) no GUI (Simulator)", "templateid": "fc16e025-4f06-11ea-b408-1e006800018c", ``` ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ API ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on master branch. --> ~~~ 4.13.1, 4.14 ~~~
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
