Skip to content

Commit a4ee415

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4d0afa07 of spec repo
1 parent 750734d commit a4ee415

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-4
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-03-13 09:11:35.893974",
8-
"spec_repo_commit": "a1fc1148"
7+
"regenerated": "2025-03-13 18:49:36.683718",
8+
"spec_repo_commit": "4d0afa07"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-13 09:11:35.910718",
13-
"spec_repo_commit": "a1fc1148"
12+
"regenerated": "2025-03-13 18:49:36.698490",
13+
"spec_repo_commit": "4d0afa07"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20315,6 +20315,11 @@ components:
2031520315
Plus over all hours in the current date for the given org.
2031620316
format: int64
2031720317
type: integer
20318+
error_tracking_apm_error_events_sum:
20319+
description: Shows the sum of all Error Tracking APM error events over all
20320+
hours in the current date for the given org.
20321+
format: int64
20322+
type: integer
2031820323
error_tracking_error_events_sum:
2031920324
description: Shows the sum of all Error Tracking error events over all hours
2032020325
in the current date for the given org.
@@ -21185,6 +21190,11 @@ components:
2118521190
Plus over all hours in the current date for the given org.
2118621191
format: int64
2118721192
type: integer
21193+
error_tracking_apm_error_events_sum:
21194+
description: Shows the sum of all Error Tracking APM error events over all
21195+
hours in the current date for the given org.
21196+
format: int64
21197+
type: integer
2118821198
error_tracking_error_events_sum:
2118921199
description: Shows the sum of all Error Tracking error events over all hours
2119021200
in the current date for the given org.
@@ -22060,6 +22070,11 @@ components:
2206022070
Plus over all hours in the current month for all organizations.
2206122071
format: int64
2206222072
type: integer
22073+
error_tracking_apm_error_events_agg_sum:
22074+
description: Shows the sum of all Error Tracking APM error events over all
22075+
hours in the current month for all organizations.
22076+
format: int64
22077+
type: integer
2206322078
error_tracking_error_events_agg_sum:
2206422079
description: Shows the sum of all Error Tracking error events over all hours
2206522080
in the current month for all organizations.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def openapi_types(_):
9696
"eph_infra_host_opentelemetry_sum": (int,),
9797
"eph_infra_host_pro_sum": (int,),
9898
"eph_infra_host_proplus_sum": (int,),
99+
"error_tracking_apm_error_events_sum": (int,),
99100
"error_tracking_error_events_sum": (int,),
100101
"error_tracking_events_sum": (int,),
101102
"error_tracking_rum_error_events_sum": (int,),
@@ -258,6 +259,7 @@ def openapi_types(_):
258259
"eph_infra_host_opentelemetry_sum": "eph_infra_host_opentelemetry_sum",
259260
"eph_infra_host_pro_sum": "eph_infra_host_pro_sum",
260261
"eph_infra_host_proplus_sum": "eph_infra_host_proplus_sum",
262+
"error_tracking_apm_error_events_sum": "error_tracking_apm_error_events_sum",
261263
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
262264
"error_tracking_events_sum": "error_tracking_events_sum",
263265
"error_tracking_rum_error_events_sum": "error_tracking_rum_error_events_sum",
@@ -421,6 +423,7 @@ def __init__(
421423
eph_infra_host_opentelemetry_sum: Union[int, UnsetType] = unset,
422424
eph_infra_host_pro_sum: Union[int, UnsetType] = unset,
423425
eph_infra_host_proplus_sum: Union[int, UnsetType] = unset,
426+
error_tracking_apm_error_events_sum: Union[int, UnsetType] = unset,
424427
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
425428
error_tracking_events_sum: Union[int, UnsetType] = unset,
426429
error_tracking_rum_error_events_sum: Union[int, UnsetType] = unset,
@@ -729,6 +732,9 @@ def __init__(
729732
:param eph_infra_host_proplus_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
730733
:type eph_infra_host_proplus_sum: int, optional
731734
735+
:param error_tracking_apm_error_events_sum: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
736+
:type error_tracking_apm_error_events_sum: int, optional
737+
732738
:param error_tracking_error_events_sum: Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
733739
:type error_tracking_error_events_sum: int, optional
734740
@@ -1136,6 +1142,8 @@ def __init__(
11361142
kwargs["eph_infra_host_pro_sum"] = eph_infra_host_pro_sum
11371143
if eph_infra_host_proplus_sum is not unset:
11381144
kwargs["eph_infra_host_proplus_sum"] = eph_infra_host_proplus_sum
1145+
if error_tracking_apm_error_events_sum is not unset:
1146+
kwargs["error_tracking_apm_error_events_sum"] = error_tracking_apm_error_events_sum
11391147
if error_tracking_error_events_sum is not unset:
11401148
kwargs["error_tracking_error_events_sum"] = error_tracking_error_events_sum
11411149
if error_tracking_events_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def openapi_types(_):
9292
"eph_infra_host_opentelemetry_sum": (int,),
9393
"eph_infra_host_pro_sum": (int,),
9494
"eph_infra_host_proplus_sum": (int,),
95+
"error_tracking_apm_error_events_sum": (int,),
9596
"error_tracking_error_events_sum": (int,),
9697
"error_tracking_events_sum": (int,),
9798
"error_tracking_rum_error_events_sum": (int,),
@@ -260,6 +261,7 @@ def openapi_types(_):
260261
"eph_infra_host_opentelemetry_sum": "eph_infra_host_opentelemetry_sum",
261262
"eph_infra_host_pro_sum": "eph_infra_host_pro_sum",
262263
"eph_infra_host_proplus_sum": "eph_infra_host_proplus_sum",
264+
"error_tracking_apm_error_events_sum": "error_tracking_apm_error_events_sum",
263265
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
264266
"error_tracking_events_sum": "error_tracking_events_sum",
265267
"error_tracking_rum_error_events_sum": "error_tracking_rum_error_events_sum",
@@ -429,6 +431,7 @@ def __init__(
429431
eph_infra_host_opentelemetry_sum: Union[int, UnsetType] = unset,
430432
eph_infra_host_pro_sum: Union[int, UnsetType] = unset,
431433
eph_infra_host_proplus_sum: Union[int, UnsetType] = unset,
434+
error_tracking_apm_error_events_sum: Union[int, UnsetType] = unset,
432435
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
433436
error_tracking_events_sum: Union[int, UnsetType] = unset,
434437
error_tracking_rum_error_events_sum: Union[int, UnsetType] = unset,
@@ -749,6 +752,9 @@ def __init__(
749752
:param eph_infra_host_proplus_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
750753
:type eph_infra_host_proplus_sum: int, optional
751754
755+
:param error_tracking_apm_error_events_sum: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
756+
:type error_tracking_apm_error_events_sum: int, optional
757+
752758
:param error_tracking_error_events_sum: Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
753759
:type error_tracking_error_events_sum: int, optional
754760
@@ -1171,6 +1177,8 @@ def __init__(
11711177
kwargs["eph_infra_host_pro_sum"] = eph_infra_host_pro_sum
11721178
if eph_infra_host_proplus_sum is not unset:
11731179
kwargs["eph_infra_host_proplus_sum"] = eph_infra_host_proplus_sum
1180+
if error_tracking_apm_error_events_sum is not unset:
1181+
kwargs["error_tracking_apm_error_events_sum"] = error_tracking_apm_error_events_sum
11741182
if error_tracking_error_events_sum is not unset:
11751183
kwargs["error_tracking_error_events_sum"] = error_tracking_error_events_sum
11761184
if error_tracking_events_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def openapi_types(_):
101101
"eph_infra_host_opentelemetry_apm_agg_sum": (int,),
102102
"eph_infra_host_pro_agg_sum": (int,),
103103
"eph_infra_host_proplus_agg_sum": (int,),
104+
"error_tracking_apm_error_events_agg_sum": (int,),
104105
"error_tracking_error_events_agg_sum": (int,),
105106
"error_tracking_events_agg_sum": (int,),
106107
"error_tracking_rum_error_events_agg_sum": (int,),
@@ -274,6 +275,7 @@ def openapi_types(_):
274275
"eph_infra_host_opentelemetry_apm_agg_sum": "eph_infra_host_opentelemetry_apm_agg_sum",
275276
"eph_infra_host_pro_agg_sum": "eph_infra_host_pro_agg_sum",
276277
"eph_infra_host_proplus_agg_sum": "eph_infra_host_proplus_agg_sum",
278+
"error_tracking_apm_error_events_agg_sum": "error_tracking_apm_error_events_agg_sum",
277279
"error_tracking_error_events_agg_sum": "error_tracking_error_events_agg_sum",
278280
"error_tracking_events_agg_sum": "error_tracking_events_agg_sum",
279281
"error_tracking_rum_error_events_agg_sum": "error_tracking_rum_error_events_agg_sum",
@@ -448,6 +450,7 @@ def __init__(
448450
eph_infra_host_opentelemetry_apm_agg_sum: Union[int, UnsetType] = unset,
449451
eph_infra_host_pro_agg_sum: Union[int, UnsetType] = unset,
450452
eph_infra_host_proplus_agg_sum: Union[int, UnsetType] = unset,
453+
error_tracking_apm_error_events_agg_sum: Union[int, UnsetType] = unset,
451454
error_tracking_error_events_agg_sum: Union[int, UnsetType] = unset,
452455
error_tracking_events_agg_sum: Union[int, UnsetType] = unset,
453456
error_tracking_rum_error_events_agg_sum: Union[int, UnsetType] = unset,
@@ -773,6 +776,9 @@ def __init__(
773776
:param eph_infra_host_proplus_agg_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations.
774777
:type eph_infra_host_proplus_agg_sum: int, optional
775778
779+
:param error_tracking_apm_error_events_agg_sum: Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations.
780+
:type error_tracking_apm_error_events_agg_sum: int, optional
781+
776782
:param error_tracking_error_events_agg_sum: Shows the sum of all Error Tracking error events over all hours in the current month for all organizations.
777783
:type error_tracking_error_events_agg_sum: int, optional
778784
@@ -1212,6 +1218,8 @@ def __init__(
12121218
kwargs["eph_infra_host_pro_agg_sum"] = eph_infra_host_pro_agg_sum
12131219
if eph_infra_host_proplus_agg_sum is not unset:
12141220
kwargs["eph_infra_host_proplus_agg_sum"] = eph_infra_host_proplus_agg_sum
1221+
if error_tracking_apm_error_events_agg_sum is not unset:
1222+
kwargs["error_tracking_apm_error_events_agg_sum"] = error_tracking_apm_error_events_agg_sum
12151223
if error_tracking_error_events_agg_sum is not unset:
12161224
kwargs["error_tracking_error_events_agg_sum"] = error_tracking_error_events_agg_sum
12171225
if error_tracking_events_agg_sum is not unset:

0 commit comments

Comments
 (0)