-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Metrics Response for Virtual Machine Usage History #97
Comments
@stackbill Were you able to get any response via cmk (API)? |
@Pearl1594 Thank you for the response. I am able to retrieve the response using the API but not through the SDK |
Thanks @stackbill - would it be possible to provide the API output for listVirtualMachineUsageHistory API? I could use that as test data to investigate further. Thanks. |
Sure @Pearl1594
|
Thanks a lot! |
@stackbill thanks for the output. On debugging, I realized that this needs a small fix in the cloudstack code. So the fix for this may not be available until the next release of ACS. |
Hi CloudStack Support Team,
I am currently facing an issue when trying to retrieve the usage history metrics for a specific Virtual Machine (VM). Despite passing the correct VM UUID and required parameters, the response is empty. Below is the code I am using to fetch the metrics:
However, I am getting the empty response
&{1 []}
Could you kindly investigate why no metrics are returned for the specified VM and suggest possible solutions?
Looking forward to your prompt assistance.
Thank you!
The text was updated successfully, but these errors were encountered: