Skip to content

Commit

Permalink
Update apis/api-directory/allocation-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Burtoiu <[email protected]>
  • Loading branch information
brstuder and biancaburtoiu authored Mar 26, 2024
1 parent 5e3e0d3 commit 27d6649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/api-directory/allocation-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Filter your results by any category which you can aggregate by, can support mult

{% swagger method="get" path="/allocation/totals" baseUrl="http://app.kubecost.com/query" summary="Allocation API (Total)" %}
{% swagger-description %}
The Allocation API is the preferred way to query for costs and resources allocated to Kubernetes workloads. The `/totals` endpoint does not aggregate, and accepts only a window and filter, as well as any optional filters, returning a single total cost.
The Allocation API is the preferred way to query for costs and resources allocated to Kubernetes workloads. The `/totals` endpoint does not aggregate, and accepts only a window and an optional filter, returning a single total cost.

{% endswagger-description %}

{% swagger-parameter in="path" name="window" type="string" required="true" %}
Expand Down

0 comments on commit 27d6649

Please sign in to comment.