Skip to content

Commit eff08f7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0f462aa6 of spec repo
1 parent b575b7c commit eff08f7

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-30 17:05:09.046861",
8-
"spec_repo_commit": "d8e7ee77"
7+
"regenerated": "2025-06-30 22:13:03.655349",
8+
"spec_repo_commit": "0f462aa6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-30 17:05:09.202568",
13-
"spec_repo_commit": "d8e7ee77"
12+
"regenerated": "2025-06-30 22:13:03.671485",
13+
"spec_repo_commit": "0f462aa6"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34965,7 +34965,9 @@ paths:
3496534965
schema:
3496634966
format: date-time
3496734967
type: string
34968-
- description: Usage type to retrieve.
34968+
- description: 'Usage type to retrieve. The following values have been **deprecated**:
34969+
34970+
`estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.'
3496934971
in: query
3497034972
name: usage_type
3497134973
required: true
@@ -35515,8 +35517,13 @@ paths:
3551535517
schema:
3551635518
format: date-time
3551735519
type: string
35518-
- description: Comma-separated list of usage types to return, or `*` for all
35520+
- description: 'Comma-separated list of usage types to return, or `*` for all
3551935521
usage types.
35522+
35523+
The following values have been **deprecated**:
35524+
35525+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35526+
`estimated_ingested_spans_percentage`.'
3552035527
in: query
3552135528
name: fields
3552235529
required: true
@@ -35528,7 +35535,12 @@ paths:
3552835535
required: false
3552935536
schema:
3553035537
$ref: '#/components/schemas/UsageSortDirection'
35531-
- description: The field to sort by.
35538+
- description: 'The field to sort by.
35539+
35540+
The following values have been **deprecated**:
35541+
35542+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35543+
`estimated_ingested_spans_percentage`.'
3553235544
in: query
3553335545
name: sort_name
3553435546
required: false

src/datadog_api_client/v1/api/usage_metering_api.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,8 @@ def get_hourly_usage_attribution(
12821282
12831283
:param start_hr: Datetime in ISO-8601 format, UTC, precise to hour: ``[YYYY-MM-DDThh]`` for usage beginning at this hour.
12841284
:type start_hr: datetime
1285-
:param usage_type: Usage type to retrieve.
1285+
:param usage_type: Usage type to retrieve. The following values have been **deprecated** :
1286+
``estimated_indexed_spans_usage`` , ``estimated_ingested_spans_usage``.
12861287
:type usage_type: HourlyUsageAttributionUsageType
12871288
:param end_hr: Datetime in ISO-8601 format, UTC, precise to hour: ``[YYYY-MM-DDThh]`` for usage ending
12881289
**before** this hour.
@@ -1444,12 +1445,16 @@ def get_monthly_usage_attribution(
14441445
Maximum of 15 months ago.
14451446
:type start_month: datetime
14461447
:param fields: Comma-separated list of usage types to return, or ``*`` for all usage types.
1448+
The following values have been **deprecated** :
1449+
``estimated_indexed_spans_usage`` , ``estimated_indexed_spans_percentage`` , ``estimated_ingested_spans_usage`` , ``estimated_ingested_spans_percentage``.
14471450
:type fields: MonthlyUsageAttributionSupportedMetrics
14481451
:param end_month: Datetime in ISO-8601 format, UTC, precise to month: ``[YYYY-MM]`` for usage ending this month.
14491452
:type end_month: datetime, optional
14501453
:param sort_direction: The direction to sort by: ``[desc, asc]``.
14511454
:type sort_direction: UsageSortDirection, optional
14521455
:param sort_name: The field to sort by.
1456+
The following values have been **deprecated** :
1457+
``estimated_indexed_spans_usage`` , ``estimated_indexed_spans_percentage`` , ``estimated_ingested_spans_usage`` , ``estimated_ingested_spans_percentage``.
14531458
:type sort_name: MonthlyUsageAttributionSupportedMetrics, optional
14541459
:param tag_breakdown_keys: Comma separated list of tag keys used to group usage. If no value is provided the usage will not be broken down by tags.
14551460

0 commit comments

Comments
 (0)