Collections APIs / Querying by category / Query complement costs of a category
Query complement costs of a category
Use the following request to query the complement costs of a category, which includes all domain costs not included in any of the collections in the category.
Request
GET /model/collections/query/complement?category=<string>&window=<string>
Examples
GET /model/collections/query/complement?category=Team&window=30d
Use the following request to query the complement cloud costs of a category, which includes only the cloud costs not included in any of the collections in the category. Optional pagination and filtering parameters are provided for navigating the data, similar to the Cloud Costs API.
Request
GET /model/collections/query/complement/cloud?category=<string>&window=<string>(&aggregate=<string>&filter=<string>&limit=<number>&offset=<number>)
Examples
GET /model/collections/query/complement/cloud?category=Team&window=30d
Use the following request to query the complement Kubernetes costs of a category, which includes only the Kubernetes not included in any of the collections in the category. Optional pagination and filtering parameters are provided for navigating the data, similar to the Allocation API.
Request
GET /model/collections/query/complement/kubernetes?category=<string>&window=<string>(&aggregate=<string>&filter=<string>&limit=<number>&offset=<number>)
Examples
GET /model/collection/query/complement/kubernetes?category=Team&window=30d