Skip to content

Commit dc85996

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8d31965e of spec repo
1 parent 283f763 commit dc85996

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": "2024-09-23 19:10:10.087479",
8-
"spec_repo_commit": "41592dc6"
7+
"regenerated": "2024-09-24 13:54:38.233308",
8+
"spec_repo_commit": "8d31965e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-23 19:10:10.101269",
13-
"spec_repo_commit": "41592dc6"
12+
"regenerated": "2024-09-24 13:54:38.250355",
13+
"spec_repo_commit": "8d31965e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19283,6 +19283,11 @@ components:
1928319283
over all hours in the current date for all organizations.
1928419284
format: int64
1928519285
type: integer
19286+
data_jobs_monitoring_host_hr_sum:
19287+
description: Shows the sum of all Data Jobs Monitoring hosts over all hours
19288+
in the current date for the given org.
19289+
format: int64
19290+
type: integer
1928619291
date:
1928719292
description: The date for the usage.
1928819293
format: date-time
@@ -20018,6 +20023,11 @@ components:
2001820023
over all hours in the current date for the given org.
2001920024
format: int64
2002020025
type: integer
20026+
data_jobs_monitoring_host_hr_sum:
20027+
description: Shows the sum of all Data Jobs Monitoring hosts over all hours
20028+
in the current date for the given org.
20029+
format: int64
20030+
type: integer
2002120031
dbm_host_top99p_sum:
2002220032
description: Shows the 99th percentile of all Database Monitoring hosts
2002320033
over all hours in the current month for the given org.
@@ -20752,6 +20762,11 @@ components:
2075220762
over all hours in the current month for all organizations.
2075320763
format: int64
2075420764
type: integer
20765+
data_jobs_monitoring_host_hr_agg_sum:
20766+
description: Shows the sum of Data Jobs Monitoring hosts over all hours
20767+
in the current months for all organizations
20768+
format: int64
20769+
type: integer
2075520770
dbm_host_top99p_sum:
2075620771
description: Shows the 99th percentile of all Database Monitoring hosts
2075720772
over all hours 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
@@ -75,6 +75,7 @@ def openapi_types(_):
7575
"custom_ts_avg": (int,),
7676
"cws_container_count_avg": (int,),
7777
"cws_host_top99p": (int,),
78+
"data_jobs_monitoring_host_hr_sum": (int,),
7879
"date": (datetime,),
7980
"dbm_host_top99p": (int,),
8081
"dbm_queries_count_avg": (int,),
@@ -210,6 +211,7 @@ def openapi_types(_):
210211
"custom_ts_avg": "custom_ts_avg",
211212
"cws_container_count_avg": "cws_container_count_avg",
212213
"cws_host_top99p": "cws_host_top99p",
214+
"data_jobs_monitoring_host_hr_sum": "data_jobs_monitoring_host_hr_sum",
213215
"date": "date",
214216
"dbm_host_top99p": "dbm_host_top99p",
215217
"dbm_queries_count_avg": "dbm_queries_count_avg",
@@ -346,6 +348,7 @@ def __init__(
346348
custom_ts_avg: Union[int, UnsetType] = unset,
347349
cws_container_count_avg: Union[int, UnsetType] = unset,
348350
cws_host_top99p: Union[int, UnsetType] = unset,
351+
data_jobs_monitoring_host_hr_sum: Union[int, UnsetType] = unset,
349352
date: Union[datetime, UnsetType] = unset,
350353
dbm_host_top99p: Union[int, UnsetType] = unset,
351354
dbm_queries_count_avg: Union[int, UnsetType] = unset,
@@ -585,6 +588,9 @@ def __init__(
585588
:param cws_host_top99p: Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for all organizations.
586589
:type cws_host_top99p: int, optional
587590
591+
:param data_jobs_monitoring_host_hr_sum: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
592+
:type data_jobs_monitoring_host_hr_sum: int, optional
593+
588594
:param date: The date for the usage.
589595
:type date: datetime, optional
590596
@@ -932,6 +938,8 @@ def __init__(
932938
kwargs["cws_container_count_avg"] = cws_container_count_avg
933939
if cws_host_top99p is not unset:
934940
kwargs["cws_host_top99p"] = cws_host_top99p
941+
if data_jobs_monitoring_host_hr_sum is not unset:
942+
kwargs["data_jobs_monitoring_host_hr_sum"] = data_jobs_monitoring_host_hr_sum
935943
if date is not unset:
936944
kwargs["date"] = date
937945
if dbm_host_top99p 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
@@ -72,6 +72,7 @@ def openapi_types(_):
7272
"custom_ts_avg": (int,),
7373
"cws_container_count_avg": (int,),
7474
"cws_host_top99p": (int,),
75+
"data_jobs_monitoring_host_hr_sum": (int,),
7576
"dbm_host_top99p_sum": (int,),
7677
"dbm_queries_avg_sum": (int,),
7778
"error_tracking_events_sum": (int,),
@@ -213,6 +214,7 @@ def openapi_types(_):
213214
"custom_ts_avg": "custom_ts_avg",
214215
"cws_container_count_avg": "cws_container_count_avg",
215216
"cws_host_top99p": "cws_host_top99p",
217+
"data_jobs_monitoring_host_hr_sum": "data_jobs_monitoring_host_hr_sum",
216218
"dbm_host_top99p_sum": "dbm_host_top99p_sum",
217219
"dbm_queries_avg_sum": "dbm_queries_avg_sum",
218220
"error_tracking_events_sum": "error_tracking_events_sum",
@@ -355,6 +357,7 @@ def __init__(
355357
custom_ts_avg: Union[int, UnsetType] = unset,
356358
cws_container_count_avg: Union[int, UnsetType] = unset,
357359
cws_host_top99p: Union[int, UnsetType] = unset,
360+
data_jobs_monitoring_host_hr_sum: Union[int, UnsetType] = unset,
358361
dbm_host_top99p_sum: Union[int, UnsetType] = unset,
359362
dbm_queries_avg_sum: Union[int, UnsetType] = unset,
360363
error_tracking_events_sum: Union[int, UnsetType] = unset,
@@ -608,6 +611,9 @@ def __init__(
608611
:param cws_host_top99p: Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for the given org.
609612
:type cws_host_top99p: int, optional
610613
614+
:param data_jobs_monitoring_host_hr_sum: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
615+
:type data_jobs_monitoring_host_hr_sum: int, optional
616+
611617
:param dbm_host_top99p_sum: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
612618
:type dbm_host_top99p_sum: int, optional
613619
@@ -969,6 +975,8 @@ def __init__(
969975
kwargs["cws_container_count_avg"] = cws_container_count_avg
970976
if cws_host_top99p is not unset:
971977
kwargs["cws_host_top99p"] = cws_host_top99p
978+
if data_jobs_monitoring_host_hr_sum is not unset:
979+
kwargs["data_jobs_monitoring_host_hr_sum"] = data_jobs_monitoring_host_hr_sum
972980
if dbm_host_top99p_sum is not unset:
973981
kwargs["dbm_host_top99p_sum"] = dbm_host_top99p_sum
974982
if dbm_queries_avg_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
@@ -80,6 +80,7 @@ def openapi_types(_):
8080
"custom_ts_sum": (int,),
8181
"cws_containers_avg_sum": (int,),
8282
"cws_host_top99p_sum": (int,),
83+
"data_jobs_monitoring_host_hr_agg_sum": (int,),
8384
"dbm_host_top99p_sum": (int,),
8485
"dbm_queries_avg_sum": (int,),
8586
"end_date": (datetime,),
@@ -226,6 +227,7 @@ def openapi_types(_):
226227
"custom_ts_sum": "custom_ts_sum",
227228
"cws_containers_avg_sum": "cws_containers_avg_sum",
228229
"cws_host_top99p_sum": "cws_host_top99p_sum",
230+
"data_jobs_monitoring_host_hr_agg_sum": "data_jobs_monitoring_host_hr_agg_sum",
229231
"dbm_host_top99p_sum": "dbm_host_top99p_sum",
230232
"dbm_queries_avg_sum": "dbm_queries_avg_sum",
231233
"end_date": "end_date",
@@ -373,6 +375,7 @@ def __init__(
373375
custom_ts_sum: Union[int, UnsetType] = unset,
374376
cws_containers_avg_sum: Union[int, UnsetType] = unset,
375377
cws_host_top99p_sum: Union[int, UnsetType] = unset,
378+
data_jobs_monitoring_host_hr_agg_sum: Union[int, UnsetType] = unset,
376379
dbm_host_top99p_sum: Union[int, UnsetType] = unset,
377380
dbm_queries_avg_sum: Union[int, UnsetType] = unset,
378381
end_date: Union[datetime, UnsetType] = unset,
@@ -629,6 +632,9 @@ def __init__(
629632
:param cws_host_top99p_sum: Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current month for all organizations.
630633
:type cws_host_top99p_sum: int, optional
631634
635+
:param data_jobs_monitoring_host_hr_agg_sum: Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations
636+
:type data_jobs_monitoring_host_hr_agg_sum: int, optional
637+
632638
:param dbm_host_top99p_sum: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
633639
:type dbm_host_top99p_sum: int, optional
634640
@@ -1008,6 +1014,8 @@ def __init__(
10081014
kwargs["cws_containers_avg_sum"] = cws_containers_avg_sum
10091015
if cws_host_top99p_sum is not unset:
10101016
kwargs["cws_host_top99p_sum"] = cws_host_top99p_sum
1017+
if data_jobs_monitoring_host_hr_agg_sum is not unset:
1018+
kwargs["data_jobs_monitoring_host_hr_agg_sum"] = data_jobs_monitoring_host_hr_agg_sum
10111019
if dbm_host_top99p_sum is not unset:
10121020
kwargs["dbm_host_top99p_sum"] = dbm_host_top99p_sum
10131021
if dbm_queries_avg_sum is not unset:

0 commit comments

Comments
 (0)