Skip to content

Commit bc6496b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1885e38d of spec repo
1 parent e26b033 commit bc6496b

File tree

7 files changed

+34
-12
lines changed

7 files changed

+34
-12
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:06.962580",
8-
"spec_repo_commit": "d8e7ee77"
7+
"regenerated": "2025-07-01 18:01:33.598254",
8+
"spec_repo_commit": "1885e38d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-30 17:05:06.978141",
13-
"spec_repo_commit": "d8e7ee77"
12+
"regenerated": "2025-07-01 18:01:33.615978",
13+
"spec_repo_commit": "1885e38d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,7 +4171,10 @@ components:
41714171
type: array
41724172
type: object
41734173
HourlyUsageAttributionUsageType:
4174-
description: Supported products for hourly usage attribution requests.
4174+
description: 'Supported products for hourly usage attribution requests.
4175+
4176+
The following values have been deprecated: `estimated_indexed_spans_usage`,
4177+
`estimated_ingested_spans_usage`.'
41754178
enum:
41764179
- api_usage
41774180
- apm_fargate_usage
@@ -8355,7 +8358,10 @@ components:
83558358
- SCA_FARGATE_PERCENTAGE
83568359
- ALL
83578360
MonthlyUsageAttributionValues:
8358-
description: Fields in Usage Summary by tag(s).
8361+
description: 'Fields in Usage Summary by tag(s).
8362+
8363+
The following values have been deprecated: `estimated_indexed_spans_usage`,
8364+
`estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.'
83598365
properties:
83608366
api_percentage:
83618367
description: The percentage of synthetic API test usage by tag(s).
@@ -34965,7 +34971,9 @@ paths:
3496534971
schema:
3496634972
format: date-time
3496734973
type: string
34968-
- description: Usage type to retrieve.
34974+
- description: 'Usage type to retrieve. The following values have been **deprecated**:
34975+
34976+
`estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.'
3496934977
in: query
3497034978
name: usage_type
3497134979
required: true
@@ -35515,8 +35523,13 @@ paths:
3551535523
schema:
3551635524
format: date-time
3551735525
type: string
35518-
- description: Comma-separated list of usage types to return, or `*` for all
35526+
- description: 'Comma-separated list of usage types to return, or `*` for all
3551935527
usage types.
35528+
35529+
The following values have been **deprecated**:
35530+
35531+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35532+
`estimated_ingested_spans_percentage`.'
3552035533
in: query
3552135534
name: fields
3552235535
required: true
@@ -35528,7 +35541,12 @@ paths:
3552835541
required: false
3552935542
schema:
3553035543
$ref: '#/components/schemas/UsageSortDirection'
35531-
- description: The field to sort by.
35544+
- description: 'The field to sort by.
35545+
35546+
The following values have been **deprecated**:
35547+
35548+
`estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
35549+
`estimated_ingested_spans_percentage`.'
3553235550
in: query
3553335551
name: sort_name
3553435552
required: false

lib/datadog_api_client/v1/api/usage_metering_api.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_hourly_usage_attribution(start_hr, usage_type, opts = {})
131131
# ```
132132
#
133133
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
134-
# @param usage_type [HourlyUsageAttributionUsageType] Usage type to retrieve.
134+
# @param usage_type [HourlyUsageAttributionUsageType] Usage type to retrieve. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
135135
# @param opts [Hash] the optional parameters
136136
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
137137
# @option opts [String] :next_record_id List following results with a next_record_id provided in the previous query.
@@ -455,11 +455,11 @@ def get_monthly_usage_attribution(start_month, fields, opts = {})
455455
# ```
456456
#
457457
# @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago.
458-
# @param fields [MonthlyUsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types.
458+
# @param fields [MonthlyUsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
459459
# @param opts [Hash] the optional parameters
460460
# @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month.
461461
# @option opts [UsageSortDirection] :sort_direction The direction to sort by: `[desc, asc]`.
462-
# @option opts [MonthlyUsageAttributionSupportedMetrics] :sort_name The field to sort by.
462+
# @option opts [MonthlyUsageAttributionSupportedMetrics] :sort_name The field to sort by. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
463463
# @option opts [String] :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. To see which tags are available, look for the value of `tag_config_source` in the API response.
464464
# @option opts [String] :next_record_id List following results with a next_record_id provided in the previous query.
465465
# @option opts [Boolean] :include_descendants Include child org usage in the response. Defaults to `true`.

lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class HourlyUsageAttributionBody
5050
attr_accessor :updated_at
5151

5252
# Supported products for hourly usage attribution requests.
53+
# The following values have been deprecated: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
5354
attr_accessor :usage_type
5455

5556
attr_accessor :additional_properties

lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
module DatadogAPIClient::V1
2020
# Supported products for hourly usage attribution requests.
21+
# The following values have been deprecated: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`.
2122
class HourlyUsageAttributionUsageType
2223
include BaseEnumModel
2324

lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class MonthlyUsageAttributionBody
4747
attr_accessor :updated_at
4848

4949
# Fields in Usage Summary by tag(s).
50+
# The following values have been deprecated: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
5051
attr_accessor :values
5152

5253
attr_accessor :additional_properties

lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
module DatadogAPIClient::V1
2020
# Fields in Usage Summary by tag(s).
21+
# The following values have been deprecated: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
2122
class MonthlyUsageAttributionValues
2223
include BaseGenericModel
2324

0 commit comments

Comments
 (0)