Skip to content

Commit 0ce6cbb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e519135 of spec repo
1 parent 386a156 commit 0ce6cbb

11 files changed

Lines changed: 0 additions & 333 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -19897,45 +19897,6 @@ components:
1989719897
x-enum-varnames:
1989819898
- "TRUE"
1989919899
- "FALSE"
19900-
CostTagMetadataMonth:
19901-
description: A month that has Cloud Cost Management tag metadata available for a given provider.
19902-
properties:
19903-
id:
19904-
description: The month, in `YYYY-MM` format.
19905-
example: "2026-04"
19906-
type: string
19907-
type:
19908-
$ref: "#/components/schemas/CostTagMetadataMonthType"
19909-
required:
19910-
- id
19911-
- type
19912-
type: object
19913-
CostTagMetadataMonthType:
19914-
default: cost_tag_metadata_month
19915-
description: Type of the Cloud Cost Management tag metadata month resource.
19916-
enum:
19917-
- cost_tag_metadata_month
19918-
example: cost_tag_metadata_month
19919-
type: string
19920-
x-enum-varnames:
19921-
- COST_TAG_METADATA_MONTH
19922-
CostTagMetadataMonthsResponse:
19923-
description: List of months that have Cloud Cost Management tag metadata for the requested provider, ordered most-recent first and capped at 36 months.
19924-
example:
19925-
data:
19926-
- id: "2026-04"
19927-
type: cost_tag_metadata_month
19928-
- id: "2026-03"
19929-
type: cost_tag_metadata_month
19930-
properties:
19931-
data:
19932-
description: List of months that have tag metadata available.
19933-
items:
19934-
$ref: "#/components/schemas/CostTagMetadataMonth"
19935-
type: array
19936-
required:
19937-
- data
19938-
type: object
1993919900
CostTagType:
1994019901
default: cost_tag
1994119902
description: Type of the Cloud Cost Management tag resource.
@@ -111174,68 +111135,6 @@ paths:
111174111135
x-unstable: |-
111175111136
**Note**: This endpoint is in preview and is subject to change.
111176111137
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
111177-
/api/v2/cost/tag_metadata/months:
111178-
get:
111179-
description: |-
111180-
List months that have Cloud Cost Management tag metadata for a given provider,
111181-
ordered most-recent first. The response is capped at 36 months.
111182-
operationId: ListCostTagMetadataMonths
111183-
parameters:
111184-
- description: |-
111185-
Provider to scope the query to. Use the value of the `providername` tag in CCM
111186-
(for example, `aws`, `azure`, `gcp`, `Oracle`, `Confluent Cloud`, `Snowflake`).
111187-
For costs uploaded through the Custom Costs API, use `custom`.
111188-
Values are case-sensitive.
111189-
example: aws
111190-
in: query
111191-
name: filter[provider]
111192-
required: true
111193-
schema:
111194-
type: string
111195-
responses:
111196-
"200":
111197-
content:
111198-
application/json:
111199-
examples:
111200-
default:
111201-
value:
111202-
data:
111203-
- id: "2026-04"
111204-
type: cost_tag_metadata_month
111205-
- id: "2026-03"
111206-
type: cost_tag_metadata_month
111207-
schema:
111208-
$ref: "#/components/schemas/CostTagMetadataMonthsResponse"
111209-
description: OK
111210-
"400":
111211-
content:
111212-
application/json:
111213-
schema:
111214-
$ref: "#/components/schemas/APIErrorResponse"
111215-
description: Bad Request
111216-
"403":
111217-
content:
111218-
application/json:
111219-
schema:
111220-
$ref: "#/components/schemas/APIErrorResponse"
111221-
description: Forbidden
111222-
"429":
111223-
$ref: "#/components/responses/TooManyRequestsResponse"
111224-
security:
111225-
- apiKeyAuth: []
111226-
appKeyAuth: []
111227-
- AuthZ:
111228-
- cloud_cost_management_read
111229-
summary: List Cloud Cost Management tag metadata months
111230-
tags:
111231-
- Cloud Cost Management
111232-
"x-permission":
111233-
operator: OR
111234-
permissions:
111235-
- cloud_cost_management_read
111236-
x-unstable: |-
111237-
**Note**: This endpoint is in preview and is subject to change.
111238-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
111239111138
/api/v2/cost/tag_metadata/orchestrators:
111240111139
get:
111241111140
description: List container orchestrators (for example, `kubernetes`, `ecs`) detected in Cloud Cost Management data for the requested period.

docs/datadog_api_client.v2.model.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7872,27 +7872,6 @@ datadog\_api\_client.v2.model.cost\_tag\_metadata\_daily\_filter module
78727872
:members:
78737873
:show-inheritance:
78747874

7875-
datadog\_api\_client.v2.model.cost\_tag\_metadata\_month module
7876-
---------------------------------------------------------------
7877-
7878-
.. automodule:: datadog_api_client.v2.model.cost_tag_metadata_month
7879-
:members:
7880-
:show-inheritance:
7881-
7882-
datadog\_api\_client.v2.model.cost\_tag\_metadata\_month\_type module
7883-
---------------------------------------------------------------------
7884-
7885-
.. automodule:: datadog_api_client.v2.model.cost_tag_metadata_month_type
7886-
:members:
7887-
:show-inheritance:
7888-
7889-
datadog\_api\_client.v2.model.cost\_tag\_metadata\_months\_response module
7890-
--------------------------------------------------------------------------
7891-
7892-
.. automodule:: datadog_api_client.v2.model.cost_tag_metadata_months_response
7893-
:members:
7894-
:show-inheritance:
7895-
78967875
datadog\_api\_client.v2.model.cost\_tag\_type module
78977876
----------------------------------------------------
78987877

examples/v2/cloud-cost-management/ListCostTagMetadataMonths.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/datadog_api_client/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ def __init__(
445445
"v2.list_cost_tag_key_sources": False,
446446
"v2.list_cost_tag_metadata": False,
447447
"v2.list_cost_tag_metadata_metrics": False,
448-
"v2.list_cost_tag_metadata_months": False,
449448
"v2.list_cost_tag_metadata_orchestrators": False,
450449
"v2.search_cost_recommendations": False,
451450
"v2.create_dashboard_secure_embed": False,

src/datadog_api_client/v2/api/cloud_cost_management_api.py

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
from datadog_api_client.v2.model.cost_tag_metadata_daily_filter import CostTagMetadataDailyFilter
6666
from datadog_api_client.v2.model.cost_currency_response import CostCurrencyResponse
6767
from datadog_api_client.v2.model.cost_metrics_response import CostMetricsResponse
68-
from datadog_api_client.v2.model.cost_tag_metadata_months_response import CostTagMetadataMonthsResponse
6968
from datadog_api_client.v2.model.cost_orchestrators_response import CostOrchestratorsResponse
7069
from datadog_api_client.v2.model.cost_tag_key_sources_response import CostTagKeySourcesResponse
7170
from datadog_api_client.v2.model.cost_tags_response import CostTagsResponse
@@ -1283,29 +1282,6 @@ def __init__(self, api_client=None):
12831282
api_client=api_client,
12841283
)
12851284

1286-
self._list_cost_tag_metadata_months_endpoint = _Endpoint(
1287-
settings={
1288-
"response_type": (CostTagMetadataMonthsResponse,),
1289-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
1290-
"endpoint_path": "/api/v2/cost/tag_metadata/months",
1291-
"operation_id": "list_cost_tag_metadata_months",
1292-
"http_method": "GET",
1293-
"version": "v2",
1294-
},
1295-
params_map={
1296-
"filter_provider": {
1297-
"required": True,
1298-
"openapi_types": (str,),
1299-
"attribute": "filter[provider]",
1300-
"location": "query",
1301-
},
1302-
},
1303-
headers_map={
1304-
"accept": ["application/json"],
1305-
},
1306-
api_client=api_client,
1307-
)
1308-
13091285
self._list_cost_tag_metadata_orchestrators_endpoint = _Endpoint(
13101286
settings={
13111287
"response_type": (CostOrchestratorsResponse,),
@@ -2796,27 +2772,6 @@ def list_cost_tag_metadata_metrics(
27962772

27972773
return self._list_cost_tag_metadata_metrics_endpoint.call_with_http_info(**kwargs)
27982774

2799-
def list_cost_tag_metadata_months(
2800-
self,
2801-
filter_provider: str,
2802-
) -> CostTagMetadataMonthsResponse:
2803-
"""List Cloud Cost Management tag metadata months.
2804-
2805-
List months that have Cloud Cost Management tag metadata for a given provider,
2806-
ordered most-recent first. The response is capped at 36 months.
2807-
2808-
:param filter_provider: Provider to scope the query to. Use the value of the ``providername`` tag in CCM
2809-
(for example, ``aws`` , ``azure`` , ``gcp`` , ``Oracle`` , ``Confluent Cloud`` , ``Snowflake`` ).
2810-
For costs uploaded through the Custom Costs API, use ``custom``.
2811-
Values are case-sensitive.
2812-
:type filter_provider: str
2813-
:rtype: CostTagMetadataMonthsResponse
2814-
"""
2815-
kwargs: Dict[str, Any] = {}
2816-
kwargs["filter_provider"] = filter_provider
2817-
2818-
return self._list_cost_tag_metadata_months_endpoint.call_with_http_info(**kwargs)
2819-
28202775
def list_cost_tag_metadata_orchestrators(
28212776
self,
28222777
filter_month: str,

src/datadog_api_client/v2/model/cost_tag_metadata_month.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/datadog_api_client/v2/model/cost_tag_metadata_month_type.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/datadog_api_client/v2/model/cost_tag_metadata_months_response.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/datadog_api_client/v2/models/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,9 +1434,6 @@
14341434
from datadog_api_client.v2.model.cost_tag_key_type import CostTagKeyType
14351435
from datadog_api_client.v2.model.cost_tag_keys_response import CostTagKeysResponse
14361436
from datadog_api_client.v2.model.cost_tag_metadata_daily_filter import CostTagMetadataDailyFilter
1437-
from datadog_api_client.v2.model.cost_tag_metadata_month import CostTagMetadataMonth
1438-
from datadog_api_client.v2.model.cost_tag_metadata_month_type import CostTagMetadataMonthType
1439-
from datadog_api_client.v2.model.cost_tag_metadata_months_response import CostTagMetadataMonthsResponse
14401437
from datadog_api_client.v2.model.cost_tag_type import CostTagType
14411438
from datadog_api_client.v2.model.cost_tags_response import CostTagsResponse
14421439
from datadog_api_client.v2.model.coverage_summary_attributes import CoverageSummaryAttributes
@@ -9542,9 +9539,6 @@
95429539
"CostTagKeyType",
95439540
"CostTagKeysResponse",
95449541
"CostTagMetadataDailyFilter",
9545-
"CostTagMetadataMonth",
9546-
"CostTagMetadataMonthType",
9547-
"CostTagMetadataMonthsResponse",
95489542
"CostTagType",
95499543
"CostTagsResponse",
95509544
"CoverageSummaryAttributes",

0 commit comments

Comments
 (0)