Skip to content

Commit fb2136b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2a96e5f of spec repo
1 parent aa0190d commit fb2136b

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22176,6 +22176,11 @@ components:
2217622176
current date for all organizations.
2217722177
format: int64
2217822178
type: integer
22179+
infra_edge_monitoring_devices_top99p:
22180+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
22181+
over all hours in the current date for all organizations.
22182+
format: int64
22183+
type: integer
2217922184
infra_host_top99p:
2218022185
description: Shows the 99th percentile of all distinct infrastructure hosts
2218122186
over all hours in the current date for all organizations.
@@ -23328,6 +23333,11 @@ components:
2332823333
current date for the given org (To be deprecated on October 1st, 2024).
2332923334
format: int64
2333023335
type: integer
23336+
infra_edge_monitoring_devices_top99p:
23337+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
23338+
over all hours in the current date for the given org.
23339+
format: int64
23340+
type: integer
2333123341
infra_host_top99p:
2333223342
description: Shows the 99th percentile of all distinct infrastructure hosts
2333323343
over all hours in the current date for the given org.
@@ -24481,6 +24491,11 @@ components:
2448124491
2024).
2448224492
format: int64
2448324493
type: integer
24494+
infra_edge_monitoring_devices_top99p_sum:
24495+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
24496+
over all hours in the current month for all organizations.
24497+
format: int64
24498+
type: integer
2448424499
infra_host_top99p_sum:
2448524500
description: Shows the 99th percentile of all distinct infrastructure hosts
2448624501
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
@@ -129,6 +129,7 @@ def openapi_types(_):
129129
"incident_management_monthly_active_users_hwm": (int,),
130130
"incident_management_seats_hwm": (int,),
131131
"indexed_events_count_sum": (int,),
132+
"infra_edge_monitoring_devices_top99p": (int,),
132133
"infra_host_top99p": (int,),
133134
"ingested_events_bytes_sum": (int,),
134135
"iot_device_sum": (int,),
@@ -344,6 +345,7 @@ def openapi_types(_):
344345
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
345346
"incident_management_seats_hwm": "incident_management_seats_hwm",
346347
"indexed_events_count_sum": "indexed_events_count_sum",
348+
"infra_edge_monitoring_devices_top99p": "infra_edge_monitoring_devices_top99p",
347349
"infra_host_top99p": "infra_host_top99p",
348350
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
349351
"iot_device_sum": "iot_device_sum",
@@ -560,6 +562,7 @@ def __init__(
560562
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
561563
incident_management_seats_hwm: Union[int, UnsetType] = unset,
562564
indexed_events_count_sum: Union[int, UnsetType] = unset,
565+
infra_edge_monitoring_devices_top99p: Union[int, UnsetType] = unset,
563566
infra_host_top99p: Union[int, UnsetType] = unset,
564567
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
565568
iot_device_sum: Union[int, UnsetType] = unset,
@@ -987,6 +990,9 @@ def __init__(
987990
:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for all organizations.
988991
:type indexed_events_count_sum: int, optional
989992
993+
:param infra_edge_monitoring_devices_top99p: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
994+
:type infra_edge_monitoring_devices_top99p: int, optional
995+
990996
:param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
991997
:type infra_host_top99p: int, optional
992998
@@ -1530,6 +1536,8 @@ def __init__(
15301536
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
15311537
if indexed_events_count_sum is not unset:
15321538
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
1539+
if infra_edge_monitoring_devices_top99p is not unset:
1540+
kwargs["infra_edge_monitoring_devices_top99p"] = infra_edge_monitoring_devices_top99p
15331541
if infra_host_top99p is not unset:
15341542
kwargs["infra_host_top99p"] = infra_host_top99p
15351543
if ingested_events_bytes_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
@@ -126,6 +126,7 @@ def openapi_types(_):
126126
"incident_management_monthly_active_users_hwm": (int,),
127127
"incident_management_seats_hwm": (int,),
128128
"indexed_events_count_sum": (int,),
129+
"infra_edge_monitoring_devices_top99p": (int,),
129130
"infra_host_top99p": (int,),
130131
"ingested_events_bytes_sum": (int,),
131132
"iot_device_agg_sum": (int,),
@@ -347,6 +348,7 @@ def openapi_types(_):
347348
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
348349
"incident_management_seats_hwm": "incident_management_seats_hwm",
349350
"indexed_events_count_sum": "indexed_events_count_sum",
351+
"infra_edge_monitoring_devices_top99p": "infra_edge_monitoring_devices_top99p",
350352
"infra_host_top99p": "infra_host_top99p",
351353
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
352354
"iot_device_agg_sum": "iot_device_agg_sum",
@@ -569,6 +571,7 @@ def __init__(
569571
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
570572
incident_management_seats_hwm: Union[int, UnsetType] = unset,
571573
indexed_events_count_sum: Union[int, UnsetType] = unset,
574+
infra_edge_monitoring_devices_top99p: Union[int, UnsetType] = unset,
572575
infra_host_top99p: Union[int, UnsetType] = unset,
573576
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
574577
iot_device_agg_sum: Union[int, UnsetType] = unset,
@@ -1010,6 +1013,9 @@ def __init__(
10101013
:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**.
10111014
:type indexed_events_count_sum: int, optional
10121015
1016+
:param infra_edge_monitoring_devices_top99p: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
1017+
:type infra_edge_monitoring_devices_top99p: int, optional
1018+
10131019
:param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
10141020
:type infra_host_top99p: int, optional
10151021
@@ -1567,6 +1573,8 @@ def __init__(
15671573
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
15681574
if indexed_events_count_sum is not unset:
15691575
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
1576+
if infra_edge_monitoring_devices_top99p is not unset:
1577+
kwargs["infra_edge_monitoring_devices_top99p"] = infra_edge_monitoring_devices_top99p
15701578
if infra_host_top99p is not unset:
15711579
kwargs["infra_host_top99p"] = infra_host_top99p
15721580
if ingested_events_bytes_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
@@ -134,6 +134,7 @@ def openapi_types(_):
134134
"incident_management_monthly_active_users_hwm_sum": (int,),
135135
"incident_management_seats_hwm_sum": (int,),
136136
"indexed_events_count_agg_sum": (int,),
137+
"infra_edge_monitoring_devices_top99p_sum": (int,),
137138
"infra_host_top99p_sum": (int,),
138139
"ingested_events_bytes_agg_sum": (int,),
139140
"iot_device_agg_sum": (int,),
@@ -360,6 +361,7 @@ def openapi_types(_):
360361
"incident_management_monthly_active_users_hwm_sum": "incident_management_monthly_active_users_hwm_sum",
361362
"incident_management_seats_hwm_sum": "incident_management_seats_hwm_sum",
362363
"indexed_events_count_agg_sum": "indexed_events_count_agg_sum",
364+
"infra_edge_monitoring_devices_top99p_sum": "infra_edge_monitoring_devices_top99p_sum",
363365
"infra_host_top99p_sum": "infra_host_top99p_sum",
364366
"ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum",
365367
"iot_device_agg_sum": "iot_device_agg_sum",
@@ -587,6 +589,7 @@ def __init__(
587589
incident_management_monthly_active_users_hwm_sum: Union[int, UnsetType] = unset,
588590
incident_management_seats_hwm_sum: Union[int, UnsetType] = unset,
589591
indexed_events_count_agg_sum: Union[int, UnsetType] = unset,
592+
infra_edge_monitoring_devices_top99p_sum: Union[int, UnsetType] = unset,
590593
infra_host_top99p_sum: Union[int, UnsetType] = unset,
591594
ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset,
592595
iot_device_agg_sum: Union[int, UnsetType] = unset,
@@ -1031,6 +1034,9 @@ def __init__(
10311034
:param indexed_events_count_agg_sum: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
10321035
:type indexed_events_count_agg_sum: int, optional
10331036
1037+
:param infra_edge_monitoring_devices_top99p_sum: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
1038+
:type infra_edge_monitoring_devices_top99p_sum: int, optional
1039+
10341040
:param infra_host_top99p_sum: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
10351041
:type infra_host_top99p_sum: int, optional
10361042
@@ -1608,6 +1614,8 @@ def __init__(
16081614
kwargs["incident_management_seats_hwm_sum"] = incident_management_seats_hwm_sum
16091615
if indexed_events_count_agg_sum is not unset:
16101616
kwargs["indexed_events_count_agg_sum"] = indexed_events_count_agg_sum
1617+
if infra_edge_monitoring_devices_top99p_sum is not unset:
1618+
kwargs["infra_edge_monitoring_devices_top99p_sum"] = infra_edge_monitoring_devices_top99p_sum
16111619
if infra_host_top99p_sum is not unset:
16121620
kwargs["infra_host_top99p_sum"] = infra_host_top99p_sum
16131621
if ingested_events_bytes_agg_sum is not unset:

0 commit comments

Comments
 (0)