-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
5
-
False
-
None
-
False
-
COST-3875 - Cloud: Show individual VM cost
-
-
The "Show cost as" dropdown on the EC2 page is currently not working correctly because the underlying API requests miss cost_type param:
/api/cost-management/v1/reports/aws/resources/ec2-compute/?currency=USD&filter[resolution]=monthly&filter[time_scope_units]=month&filter[time_scope_value]=-1&limit=10&offset=0&order_by[cost]=desc
We need to add cost_type param to all ec2-compute requests.