Billing
Aggregate costs in a trend based on input criteria
Generate cost aggregation trend.
post/v2/billing/aggregation/trend
Request body
Example request
{
"platform": "kubernetes",
"group_by": [
{
"selector": "service_account_tags"
}
]
}Response
Success
Example response
[
{
"identity": {
"currency": "AED"
}
}
]