Talking about ReportCost I would expected from meta/ReportPaginationMeta to contain a new property total following this structure
{ total: { cost: { total: { value: number, units: string, }, markup: { value: number, units: string, }, raw: ?, usage: ?, } } }
in another hand, I would expect to see a definition for data like
data: [{ clusters: [{ values: { clusters: []: string, cluster: string, cost: { total: { value: number, units: string, }, markup: { value: number, units: string, }, raw: ?, usage: ?, } } }] }]
- blocks
-
OCMUI-2581 Solve openapi types discrepancies - Cost Management
- In Progress
- is cloned by
-
COST-5667 Open api schema improvement - CostType
- Backlog