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