Nehanth67 opened a new pull request, #137: URL: https://github.com/apache/cloudstack-go/pull/137
CloudStack metrics APIs return lists under updated JSON keys (e.g. `"host"` for host metrics). The cloudstack-go response structs still used older json tags (e.g. `"hostmetric"`/`"hostmetrics"`), causing unmarshalling issues where metrics lists become nil/null. This PR updates the relevant response struct json tags to match the actual CloudStack API response keys. -- 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]
