AIQUM Aggregate metrics returns internal error when requesting data more than 3 days
Applies to
Active IQ Unified Manager 9.14
Issue
When querying Aggregate Metrics for time intervals longer than 3 days, an internal server error occurs.
Metric Query for 1 Week:
curl -X GET "https://10.216.25.111/api/datacenter...cs?interval=1w" -H "accept: application/json" -H "UM-CSRF-Token: bf1ca268-f41e-4eda-a2ea-6c56766031b0"
{\{color:#555555}"error":
{\{color:#555555}
"message": "Request cannot be processed due to internal error.","target": null,"code": null}}
Metric Query for 6 months:
curl -X GET "https://10.216.25.111/api/datacenter...cs?interval=6m" -H "accept: application/json" -H "UM-CSRF-Token: bf1ca268-f41e-4eda-a2ea-6c56766031b0"
{{color:#555555}"error":
{\{color:#555555}
"message": "Request cannot be processed due to internal error.","target": null,"code": null}}