Skip to content

Commit e5ebe87

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 07005dd of spec repo
1 parent 213bdb0 commit e5ebe87

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
@@ -21924,6 +21924,11 @@ components:
2192421924
current date for all organizations.
2192521925
format: int64
2192621926
type: integer
21927+
infra_edge_monitoring_devices_top99p:
21928+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
21929+
over all hours in the current date for all organizations.
21930+
format: int64
21931+
type: integer
2192721932
infra_host_top99p:
2192821933
description: Shows the 99th percentile of all distinct infrastructure hosts
2192921934
over all hours in the current date for all organizations.
@@ -23076,6 +23081,11 @@ components:
2307623081
current date for the given org (To be deprecated on October 1st, 2024).
2307723082
format: int64
2307823083
type: integer
23084+
infra_edge_monitoring_devices_top99p:
23085+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
23086+
over all hours in the current date for the given org.
23087+
format: int64
23088+
type: integer
2307923089
infra_host_top99p:
2308023090
description: Shows the 99th percentile of all distinct infrastructure hosts
2308123091
over all hours in the current date for the given org.
@@ -24229,6 +24239,11 @@ components:
2422924239
2024).
2423024240
format: int64
2423124241
type: integer
24242+
infra_edge_monitoring_devices_top99p_sum:
24243+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
24244+
over all hours in the current month for all organizations.
24245+
format: int64
24246+
type: integer
2423224247
infra_host_top99p_sum:
2423324248
description: Shows the 99th percentile of all distinct infrastructure hosts
2423424249
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)