get_budget
Retrieve detailed information about a specific budget rule in Kubecost to monitor and manage cloud spending effectively.
Instructions
Get detailed information about a specific budget rule
Input Schema
Name | Required | Description | Default |
---|---|---|---|
budgetId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"budgetId": {
"type": "string"
}
},
"required": [
"budgetId"
],
"type": "object"
}