get_cost_allocation
Retrieve detailed cost allocation data from Kubecost to analyze and distribute cloud infrastructure expenses across teams, projects, or resources based on time windows and filtering criteria.
Instructions
Get cost allocation data from Kubecost
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accumulate | No | ||
aggregate | No | ||
filters | No | ||
window | Yes |
Input Schema (JSON Schema)
{
"properties": {
"accumulate": {
"type": "boolean"
},
"aggregate": {
"type": "string"
},
"filters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"window": {
"type": "string"
}
},
"required": [
"window"
],
"type": "object"
}