get_assets
Retrieve asset cost and allocation data from Kubecost for specified time periods, with options to aggregate results and apply filters for detailed cost analysis.
Instructions
Get asset data from Kubecost
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aggregate | No | ||
| filters | No | ||
| window | Yes |
Input Schema (JSON Schema)
{
"properties": {
"aggregate": {
"type": "string"
},
"filters": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"window": {
"type": "string"
}
},
"required": [
"window"
],
"type": "object"
}