Add api of report summary, get more detail of price info
Registered by
Aaron DH
Now we can just get total price specify a user or a tenant by api `/v1/report/
i think it's necessary to expand this api to suppor more detail price like:
-- get total rate of each tenant;
-- get total rate of each resource type;
-- get total rate of each resource and type;
-- order by rate
as sql: select tenant_id, sum(rate) from rated_data_frames group by tenant_id, res_type order by sum(rate);
Blueprint information
Related branches
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Get total price group by res_type and tenant_id
Addressed by: https:/
Add client for get summary report
(?)