Skip to content

Commit 47b5341

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0f24d78 of spec repo
1 parent 5e34e7b commit 47b5341

File tree

6 files changed

+47
-7
lines changed

6 files changed

+47
-7
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21995,6 +21995,11 @@ components:
2199521995
wireless devices over all hours in the current date for all organizations.
2199621996
format: int64
2199721997
type: integer
21998+
network_path_sum:
21999+
description: Shows the sum of all Network Path scheduled tests over all
22000+
hours in the current date for all organizations.
22001+
format: int64
22002+
type: integer
2199822003
npm_host_top99p:
2199922004
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2200022005
hosts (formerly known as Network hosts) over all hours in the current
@@ -23147,6 +23152,11 @@ components:
2314723152
wireless devices over all hours in the current date for the given org.
2314823153
format: int64
2314923154
type: integer
23155+
network_path_sum:
23156+
description: Shows the sum of all Network Path scheduled tests over all
23157+
hours in the current date for the given org.
23158+
format: int64
23159+
type: integer
2315023160
npm_host_top99p:
2315123161
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2315223162
hosts (formerly known as Network hosts) over all hours in the current
@@ -24320,6 +24330,11 @@ components:
2432024330
wireless devices over all hours in the current month for all organizations.
2432124331
format: int64
2432224332
type: integer
24333+
network_path_sum_sum:
24334+
description: Shows the sum of all Network Path scheduled tests over all
24335+
hours in the current month for all organizations.
24336+
format: int64
24337+
type: integer
2432324338
npm_host_top99p_sum:
2432424339
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
2432524340
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_sum_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_sum_sum": "network_path_sum_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_sum_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_sum_sum: Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations.
1101+
:type network_path_sum_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_sum_sum is not unset:
1660+
kwargs["network_path_sum_sum"] = network_path_sum_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:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-18T16:57:05.121Z
1+
2026-01-07T12:38:45.716Z

tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ interactions:
1111
uri: https://api.datadoghq.com/api/v2/synthetics/suites
1212
response:
1313
body:
14-
string: '{"data":{"type":"suites","attributes":{"type":"suite","monitor_id":259845717,"name":"Example
15-
suite name","options":{},"tests":[],"tags":["env:production"],"public_id":"hik-xp5-9q6","created_at":"2026-02-18T16:57:05.583051+00:00","modified_at":"2026-02-18T16:57:05.583051+00:00","created_by":{"name":"Corentin
16-
Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"},"message":"Notification
17-
message","org_id":321813,"modified_by":{"name":"Corentin Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"}},"id":"hik-xp5-9q6"}}
14+
string: '{"data":{"type":"suites","id":"36n-bb6-njj","attributes":{"tags":["env:production"],"type":"suite","created_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
15+
Account"},"created_at":"2026-01-07T12:38:46.109472+00:00","modified_at":"2026-01-07T12:38:46.109472+00:00","message":"Notification
16+
message","public_id":"36n-bb6-njj","options":{},"modified_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
17+
Account"},"tests":[],"name":"Example suite name","org_id":321813,"monitor_id":249141773}}}
1818
1919
'
2020
headers:
@@ -24,7 +24,7 @@ interactions:
2424
code: 200
2525
message: OK
2626
- request:
27-
body: '{"data":{"attributes":{"public_ids":["hik-xp5-9q6"]},"type":"delete_suites_request"}}'
27+
body: '{"data":{"attributes":{"public_ids":["36n-bb6-njj"]},"type":"delete_suites_request"}}'
2828
headers:
2929
accept:
3030
- application/json
@@ -34,7 +34,8 @@ interactions:
3434
uri: https://api.datadoghq.com/api/v2/synthetics/suites/bulk-delete
3535
response:
3636
body:
37-
string: '{"data":[{"type":"suites","attributes":{"deleted_at":"2026-02-18 16:57:06.420679","public_id":"hik-xp5-9q6"},"id":"hik-xp5-9q6"}]}
37+
string: '{"data":[{"type":"suites","attributes":{"public_id":"36n-bb6-njj","deleted_at":"2026-01-07
38+
12:38:46.679914"},"id":"36n-bb6-njj"}]}
3839
3940
'
4041
headers:

0 commit comments

Comments
 (0)