v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
List Cloud Cost Management orchestrators
List container orchestrators (for example, kubernetes, ecs) detected in Cloud Cost Management data for the requested period.
get/api/v2/cost/tag_metadata/orchestrators
Query parameters
filter[month]string required
The month to scope the query to, in YYYY-MM format.
filter[provider]string
Filter results to a specific provider. Common cloud values are aws, azure, gcp, Oracle (OCI), and custom. SaaS billing integrations (for example, Snowflake, MongoDB, Databricks) are also accepted using their display-name string. Values are case-sensitive.
Response
OK
Example response
{
"data": [
{
"id": "ecs",
"type": "cost_orchestrator"
},
{
"id": "kubernetes",
"type": "cost_orchestrator"
}
]
}