Functionsยง
- count_
cost_ budgets - Counts the total number of cost budgets in the database.
- count_
cost_ metrics - Counts the total number of cost metrics in the database with optional filtering.
- count_
resource_ types - Counts the total number of resource types in the database.
- create_
cost_ allocation_ tag - Creates a new cost allocation tag in the database.
- create_
cost_ budget - Creates a new cost budget in the database.
- create_
cost_ metric - Creates a new cost metric in the database.
- create_
cost_ projection - Creates a new cost projection in the database.
- create_
resource_ pricing - Creates a new resource pricing entry in the database.
- create_
resource_ type - Creates a new resource type in the database.
- delete_
cost_ allocation_ tag - Deletes a cost allocation tag from the database.
- delete_
cost_ budget - Deletes a cost budget from the database.
- delete_
cost_ metric - Deletes a cost metric from the database.
- delete_
cost_ projection - Deletes a cost projection from the database.
- delete_
resource_ pricing - Deletes a resource pricing entry from the database.
- delete_
resource_ type - Deletes a resource type from the database.
- get_
app_ cost_ over_ time - Retrieves cost metrics over time for a specific application.
- get_
cost_ allocation_ tags - Retrieves a list of cost allocation tags for a specific resource.
- get_
cost_ budget_ by_ id - Retrieves a specific cost budget by its unique identifier.
- get_
cost_ metric_ by_ id - Retrieves a specific cost metric by its unique identifier, with resource type information.
- get_
cost_ metrics_ by_ dimension - Get aggregate cost metrics grouped by a specific dimension.
- get_
cost_ projection_ by_ id - Retrieves a specific cost projection by its unique identifier.
- get_
resource_ pricing_ by_ id - Retrieves a specific resource pricing entry by its unique identifier.
- get_
resource_ type_ by_ id - Retrieves a specific resource type by its unique identifier.
- list_
cost_ budgets - Retrieves a paginated list of cost budgets from the database.
- list_
cost_ metrics - Retrieves a paginated list of cost metrics from the database, with optional filtering.
- list_
cost_ projections - Retrieves a paginated list of cost projections from the database.
- list_
resource_ pricing - Retrieves a paginated list of resource pricing entries from the database.
- list_
resource_ types - Retrieves a paginated list of resource types from the database.
- update_
cost_ budget - Updates an existing cost budget in the database.
- update_
resource_ pricing - Updates an existing resource pricing entry in the database.
- update_
resource_ type - Updates an existing resource type in the database.