You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118751,6 +118751,11 @@ paths:
118751
118751
name: filter[provider]
118752
118752
schema:
118753
118753
type: string
118754
+
- description: Filter results to tag keys that have data for a specific Cloud Cost Management metric (for example, `aws.cost.net.amortized`). The metric only narrows which tag keys are returned; it does not change a tag key's source attribution. When omitted, all tag keys for the requested period are returned.
:param filter_provider: 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.
2895
2901
:type filter_provider: str, optional
2902
+
:param filter_metric: Filter results to tag keys that have data for a specific Cloud Cost Management metric (for example, ``aws.cost.net.amortized`` ). The metric only narrows which tag keys are returned; it does not change a tag key's source attribution. When omitted, all tag keys for the requested period are returned.
0 commit comments