Skip to content

Commit d8489e6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 59af617 of spec repo
1 parent ade0d82 commit d8489e6

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22615,6 +22615,10 @@ components:
2261522615
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2261622616
format: int64
2261722617
type: integer
22618+
infra_storage_mgmt_objects_count_avg:
22619+
description: Shows the average number of storage management objects over all hours in the current date for all organizations.
22620+
format: int64
22621+
type: integer
2261822622
ingested_events_bytes_sum:
2261922623
description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
2262022624
format: int64
@@ -23612,6 +23616,10 @@ components:
2361223616
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2361323617
format: int64
2361423618
type: integer
23619+
infra_storage_mgmt_objects_count_avg:
23620+
description: Shows the average number of storage management objects over all hours in the current date for the given org.
23621+
format: int64
23622+
type: integer
2361523623
ingested_events_bytes_sum:
2361623624
description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
2361723625
format: int64
@@ -24612,6 +24620,10 @@ components:
2461224620
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2461324621
format: int64
2461424622
type: integer
24623+
infra_storage_mgmt_objects_count_avg_sum:
24624+
description: Shows the average number of storage management objects over all hours in the current month for all organizations.
24625+
format: int64
24626+
type: integer
2461524627
ingested_events_bytes_agg_sum:
2461624628
description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
2461724629
format: int64

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def openapi_types(_):
154154
"infra_host_basic_infra_basic_vsphere_top99p": (int,),
155155
"infra_host_basic_top99p": (int,),
156156
"infra_host_top99p": (int,),
157+
"infra_storage_mgmt_objects_count_avg": (int,),
157158
"ingested_events_bytes_sum": (int,),
158159
"iot_device_sum": (int,),
159160
"iot_device_top99p": (int,),
@@ -398,6 +399,7 @@ def openapi_types(_):
398399
"infra_host_basic_infra_basic_vsphere_top99p": "infra_host_basic_infra_basic_vsphere_top99p",
399400
"infra_host_basic_top99p": "infra_host_basic_top99p",
400401
"infra_host_top99p": "infra_host_top99p",
402+
"infra_storage_mgmt_objects_count_avg": "infra_storage_mgmt_objects_count_avg",
401403
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
402404
"iot_device_sum": "iot_device_sum",
403405
"iot_device_top99p": "iot_device_top99p",
@@ -643,6 +645,7 @@ def __init__(
643645
infra_host_basic_infra_basic_vsphere_top99p: Union[int, UnsetType] = unset,
644646
infra_host_basic_top99p: Union[int, UnsetType] = unset,
645647
infra_host_top99p: Union[int, UnsetType] = unset,
648+
infra_storage_mgmt_objects_count_avg: Union[int, UnsetType] = unset,
646649
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
647650
iot_device_sum: Union[int, UnsetType] = unset,
648651
iot_device_top99p: Union[int, UnsetType] = unset,
@@ -1149,6 +1152,9 @@ def __init__(
11491152
:param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
11501153
:type infra_host_top99p: int, optional
11511154
1155+
:param infra_storage_mgmt_objects_count_avg: Shows the average number of storage management objects over all hours in the current date for all organizations.
1156+
:type infra_storage_mgmt_objects_count_avg: int, optional
1157+
11521158
:param ingested_events_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
11531159
:type ingested_events_bytes_sum: int, optional
11541160
@@ -1754,6 +1760,8 @@ def __init__(
17541760
kwargs["infra_host_basic_top99p"] = infra_host_basic_top99p
17551761
if infra_host_top99p is not unset:
17561762
kwargs["infra_host_top99p"] = infra_host_top99p
1763+
if infra_storage_mgmt_objects_count_avg is not unset:
1764+
kwargs["infra_storage_mgmt_objects_count_avg"] = infra_storage_mgmt_objects_count_avg
17571765
if ingested_events_bytes_sum is not unset:
17581766
kwargs["ingested_events_bytes_sum"] = ingested_events_bytes_sum
17591767
if iot_device_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
@@ -151,6 +151,7 @@ def openapi_types(_):
151151
"infra_host_basic_infra_basic_vsphere_top99p": (int,),
152152
"infra_host_basic_top99p": (int,),
153153
"infra_host_top99p": (int,),
154+
"infra_storage_mgmt_objects_count_avg": (int,),
154155
"ingested_events_bytes_sum": (int,),
155156
"iot_device_agg_sum": (int,),
156157
"iot_device_top99p_sum": (int,),
@@ -401,6 +402,7 @@ def openapi_types(_):
401402
"infra_host_basic_infra_basic_vsphere_top99p": "infra_host_basic_infra_basic_vsphere_top99p",
402403
"infra_host_basic_top99p": "infra_host_basic_top99p",
403404
"infra_host_top99p": "infra_host_top99p",
405+
"infra_storage_mgmt_objects_count_avg": "infra_storage_mgmt_objects_count_avg",
404406
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
405407
"iot_device_agg_sum": "iot_device_agg_sum",
406408
"iot_device_top99p_sum": "iot_device_top99p_sum",
@@ -652,6 +654,7 @@ def __init__(
652654
infra_host_basic_infra_basic_vsphere_top99p: Union[int, UnsetType] = unset,
653655
infra_host_basic_top99p: Union[int, UnsetType] = unset,
654656
infra_host_top99p: Union[int, UnsetType] = unset,
657+
infra_storage_mgmt_objects_count_avg: Union[int, UnsetType] = unset,
655658
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
656659
iot_device_agg_sum: Union[int, UnsetType] = unset,
657660
iot_device_top99p_sum: Union[int, UnsetType] = unset,
@@ -1172,6 +1175,9 @@ def __init__(
11721175
:param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
11731176
:type infra_host_top99p: int, optional
11741177
1178+
:param infra_storage_mgmt_objects_count_avg: Shows the average number of storage management objects over all hours in the current date for the given org.
1179+
:type infra_storage_mgmt_objects_count_avg: int, optional
1180+
11751181
:param ingested_events_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
11761182
:type ingested_events_bytes_sum: int, optional
11771183
@@ -1791,6 +1797,8 @@ def __init__(
17911797
kwargs["infra_host_basic_top99p"] = infra_host_basic_top99p
17921798
if infra_host_top99p is not unset:
17931799
kwargs["infra_host_top99p"] = infra_host_top99p
1800+
if infra_storage_mgmt_objects_count_avg is not unset:
1801+
kwargs["infra_storage_mgmt_objects_count_avg"] = infra_storage_mgmt_objects_count_avg
17941802
if ingested_events_bytes_sum is not unset:
17951803
kwargs["ingested_events_bytes_sum"] = ingested_events_bytes_sum
17961804
if iot_device_agg_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
@@ -159,6 +159,7 @@ def openapi_types(_):
159159
"infra_host_basic_infra_basic_vsphere_top99p_sum": (int,),
160160
"infra_host_basic_top99p_sum": (int,),
161161
"infra_host_top99p_sum": (int,),
162+
"infra_storage_mgmt_objects_count_avg_sum": (int,),
162163
"ingested_events_bytes_agg_sum": (int,),
163164
"iot_device_agg_sum": (int,),
164165
"iot_device_top99p_sum": (int,),
@@ -414,6 +415,7 @@ def openapi_types(_):
414415
"infra_host_basic_infra_basic_vsphere_top99p_sum": "infra_host_basic_infra_basic_vsphere_top99p_sum",
415416
"infra_host_basic_top99p_sum": "infra_host_basic_top99p_sum",
416417
"infra_host_top99p_sum": "infra_host_top99p_sum",
418+
"infra_storage_mgmt_objects_count_avg_sum": "infra_storage_mgmt_objects_count_avg_sum",
417419
"ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum",
418420
"iot_device_agg_sum": "iot_device_agg_sum",
419421
"iot_device_top99p_sum": "iot_device_top99p_sum",
@@ -670,6 +672,7 @@ def __init__(
670672
infra_host_basic_infra_basic_vsphere_top99p_sum: Union[int, UnsetType] = unset,
671673
infra_host_basic_top99p_sum: Union[int, UnsetType] = unset,
672674
infra_host_top99p_sum: Union[int, UnsetType] = unset,
675+
infra_storage_mgmt_objects_count_avg_sum: Union[int, UnsetType] = unset,
673676
ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset,
674677
iot_device_agg_sum: Union[int, UnsetType] = unset,
675678
iot_device_top99p_sum: Union[int, UnsetType] = unset,
@@ -1193,6 +1196,9 @@ def __init__(
11931196
:param infra_host_top99p_sum: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
11941197
:type infra_host_top99p_sum: int, optional
11951198
1199+
:param infra_storage_mgmt_objects_count_avg_sum: Shows the average number of storage management objects over all hours in the current month for all organizations.
1200+
:type infra_storage_mgmt_objects_count_avg_sum: int, optional
1201+
11961202
:param ingested_events_bytes_agg_sum: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
11971203
:type ingested_events_bytes_agg_sum: int, optional
11981204
@@ -1834,6 +1840,8 @@ def __init__(
18341840
kwargs["infra_host_basic_top99p_sum"] = infra_host_basic_top99p_sum
18351841
if infra_host_top99p_sum is not unset:
18361842
kwargs["infra_host_top99p_sum"] = infra_host_top99p_sum
1843+
if infra_storage_mgmt_objects_count_avg_sum is not unset:
1844+
kwargs["infra_storage_mgmt_objects_count_avg_sum"] = infra_storage_mgmt_objects_count_avg_sum
18371845
if ingested_events_bytes_agg_sum is not unset:
18381846
kwargs["ingested_events_bytes_agg_sum"] = ingested_events_bytes_agg_sum
18391847
if iot_device_agg_sum is not unset:

0 commit comments

Comments
 (0)