Skip to content

Commit 186d25f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9e84702 of spec repo
1 parent 7804b64 commit 186d25f

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
@@ -22278,6 +22278,11 @@ components:
2227822278
wireless devices over all hours in the current date for all organizations.
2227922279
format: int64
2228022280
type: integer
22281+
network_path_sum:
22282+
description: Shows the sum of all Network Path scheduled tests over all
22283+
hours in the current date for all organizations.
22284+
format: int64
22285+
type: integer
2228122286
npm_host_top99p:
2228222287
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2228322288
hosts (formerly known as Network hosts) over all hours in the current
@@ -23430,6 +23435,11 @@ components:
2343023435
wireless devices over all hours in the current date for the given org.
2343123436
format: int64
2343223437
type: integer
23438+
network_path_sum:
23439+
description: Shows the sum of all Network Path scheduled tests over all
23440+
hours in the current date for the given org.
23441+
format: int64
23442+
type: integer
2343323443
npm_host_top99p:
2343423444
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2343523445
hosts (formerly known as Network hosts) over all hours in the current
@@ -24603,6 +24613,11 @@ components:
2460324613
wireless devices over all hours in the current month for all organizations.
2460424614
format: int64
2460524615
type: integer
24616+
network_path_agg_sum:
24617+
description: Shows the sum of all Network Path scheduled tests over all
24618+
hours in the current month for all organizations.
24619+
format: int64
24620+
type: integer
2460624621
npm_host_top99p_sum:
2460724622
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2460824623
hosts (formerly known as Network hosts) over all hours in the current

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def openapi_types(_):
146146
"ndm_netflow_events_sum": (int,),
147147
"netflow_indexed_events_count_sum": (int,),
148148
"network_device_wireless_top99p": (int,),
149+
"network_path_sum": (int,),
149150
"npm_host_top99p": (int,),
150151
"observability_pipelines_bytes_processed_sum": (int,),
151152
"oci_host_sum": (int,),
@@ -361,6 +362,7 @@ def openapi_types(_):
361362
"ndm_netflow_events_sum": "ndm_netflow_events_sum",
362363
"netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum",
363364
"network_device_wireless_top99p": "network_device_wireless_top99p",
365+
"network_path_sum": "network_path_sum",
364366
"npm_host_top99p": "npm_host_top99p",
365367
"observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum",
366368
"oci_host_sum": "oci_host_sum",
@@ -577,6 +579,7 @@ def __init__(
577579
ndm_netflow_events_sum: Union[int, UnsetType] = unset,
578580
netflow_indexed_events_count_sum: Union[int, UnsetType] = unset,
579581
network_device_wireless_top99p: Union[int, UnsetType] = unset,
582+
network_path_sum: Union[int, UnsetType] = unset,
580583
npm_host_top99p: Union[int, UnsetType] = unset,
581584
observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset,
582585
oci_host_sum: Union[int, UnsetType] = unset,
@@ -1038,6 +1041,9 @@ def __init__(
10381041
:param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for all organizations.
10391042
:type network_device_wireless_top99p: int, optional
10401043
1044+
:param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for all organizations.
1045+
:type network_path_sum: int, optional
1046+
10411047
:param npm_host_top99p: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations.
10421048
:type npm_host_top99p: int, optional
10431049
@@ -1564,6 +1570,8 @@ def __init__(
15641570
kwargs["netflow_indexed_events_count_sum"] = netflow_indexed_events_count_sum
15651571
if network_device_wireless_top99p is not unset:
15661572
kwargs["network_device_wireless_top99p"] = network_device_wireless_top99p
1573+
if network_path_sum is not unset:
1574+
kwargs["network_path_sum"] = network_path_sum
15671575
if npm_host_top99p is not unset:
15681576
kwargs["npm_host_top99p"] = npm_host_top99p
15691577
if observability_pipelines_bytes_processed_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
@@ -144,6 +144,7 @@ def openapi_types(_):
144144
"ndm_netflow_events_sum": (int,),
145145
"netflow_indexed_events_count_sum": (int,),
146146
"network_device_wireless_top99p": (int,),
147+
"network_path_sum": (int,),
147148
"npm_host_top99p": (int,),
148149
"observability_pipelines_bytes_processed_sum": (int,),
149150
"oci_host_sum": (int,),
@@ -365,6 +366,7 @@ def openapi_types(_):
365366
"ndm_netflow_events_sum": "ndm_netflow_events_sum",
366367
"netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum",
367368
"network_device_wireless_top99p": "network_device_wireless_top99p",
369+
"network_path_sum": "network_path_sum",
368370
"npm_host_top99p": "npm_host_top99p",
369371
"observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum",
370372
"oci_host_sum": "oci_host_sum",
@@ -587,6 +589,7 @@ def __init__(
587589
ndm_netflow_events_sum: Union[int, UnsetType] = unset,
588590
netflow_indexed_events_count_sum: Union[int, UnsetType] = unset,
589591
network_device_wireless_top99p: Union[int, UnsetType] = unset,
592+
network_path_sum: Union[int, UnsetType] = unset,
590593
npm_host_top99p: Union[int, UnsetType] = unset,
591594
observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset,
592595
oci_host_sum: Union[int, UnsetType] = unset,
@@ -1064,6 +1067,9 @@ def __init__(
10641067
:param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for the given org.
10651068
:type network_device_wireless_top99p: int, optional
10661069
1070+
:param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for the given org.
1071+
:type network_path_sum: int, optional
1072+
10671073
:param npm_host_top99p: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org.
10681074
:type npm_host_top99p: int, optional
10691075
@@ -1603,6 +1609,8 @@ def __init__(
16031609
kwargs["netflow_indexed_events_count_sum"] = netflow_indexed_events_count_sum
16041610
if network_device_wireless_top99p is not unset:
16051611
kwargs["network_device_wireless_top99p"] = network_device_wireless_top99p
1612+
if network_path_sum is not unset:
1613+
kwargs["network_path_sum"] = network_path_sum
16061614
if npm_host_top99p is not unset:
16071615
kwargs["npm_host_top99p"] = npm_host_top99p
16081616
if observability_pipelines_bytes_processed_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
@@ -155,6 +155,7 @@ def openapi_types(_):
155155
"ndm_netflow_events_agg_sum": (int,),
156156
"netflow_indexed_events_count_agg_sum": (int,),
157157
"network_device_wireless_top99p_sum": (int,),
158+
"network_path_agg_sum": (int,),
158159
"npm_host_top99p_sum": (int,),
159160
"observability_pipelines_bytes_processed_agg_sum": (int,),
160161
"oci_host_agg_sum": (int,),
@@ -381,6 +382,7 @@ def openapi_types(_):
381382
"ndm_netflow_events_agg_sum": "ndm_netflow_events_agg_sum",
382383
"netflow_indexed_events_count_agg_sum": "netflow_indexed_events_count_agg_sum",
383384
"network_device_wireless_top99p_sum": "network_device_wireless_top99p_sum",
385+
"network_path_agg_sum": "network_path_agg_sum",
384386
"npm_host_top99p_sum": "npm_host_top99p_sum",
385387
"observability_pipelines_bytes_processed_agg_sum": "observability_pipelines_bytes_processed_agg_sum",
386388
"oci_host_agg_sum": "oci_host_agg_sum",
@@ -608,6 +610,7 @@ def __init__(
608610
ndm_netflow_events_agg_sum: Union[int, UnsetType] = unset,
609611
netflow_indexed_events_count_agg_sum: Union[int, UnsetType] = unset,
610612
network_device_wireless_top99p_sum: Union[int, UnsetType] = unset,
613+
network_path_agg_sum: Union[int, UnsetType] = unset,
611614
npm_host_top99p_sum: Union[int, UnsetType] = unset,
612615
observability_pipelines_bytes_processed_agg_sum: Union[int, UnsetType] = unset,
613616
oci_host_agg_sum: Union[int, UnsetType] = unset,
@@ -1094,6 +1097,9 @@ def __init__(
10941097
:param network_device_wireless_top99p_sum: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current month for all organizations.
10951098
:type network_device_wireless_top99p_sum: int, optional
10961099
1100+
:param network_path_agg_sum: Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations.
1101+
:type network_path_agg_sum: int, optional
1102+
10971103
:param npm_host_top99p_sum: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current month for all organizations.
10981104
:type npm_host_top99p_sum: int, optional
10991105
@@ -1650,6 +1656,8 @@ def __init__(
16501656
kwargs["netflow_indexed_events_count_agg_sum"] = netflow_indexed_events_count_agg_sum
16511657
if network_device_wireless_top99p_sum is not unset:
16521658
kwargs["network_device_wireless_top99p_sum"] = network_device_wireless_top99p_sum
1659+
if network_path_agg_sum is not unset:
1660+
kwargs["network_path_agg_sum"] = network_path_agg_sum
16531661
if npm_host_top99p_sum is not unset:
16541662
kwargs["npm_host_top99p_sum"] = npm_host_top99p_sum
16551663
if observability_pipelines_bytes_processed_agg_sum is not unset:

0 commit comments

Comments
 (0)