Skip to content

Commit ce070cd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f43354e of spec repo
1 parent 5e34e7b commit ce070cd

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
@@ -21893,6 +21893,11 @@ components:
2189321893
current date for all organizations.
2189421894
format: int64
2189521895
type: integer
21896+
infra_edge_monitoring_devices_top99p:
21897+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
21898+
over all hours in the current date for all organizations.
21899+
format: int64
21900+
type: integer
2189621901
infra_host_top99p:
2189721902
description: Shows the 99th percentile of all distinct infrastructure hosts
2189821903
over all hours in the current date for all organizations.
@@ -23045,6 +23050,11 @@ components:
2304523050
current date for the given org (To be deprecated on October 1st, 2024).
2304623051
format: int64
2304723052
type: integer
23053+
infra_edge_monitoring_devices_top99p:
23054+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
23055+
over all hours in the current date for the given org.
23056+
format: int64
23057+
type: integer
2304823058
infra_host_top99p:
2304923059
description: Shows the 99th percentile of all distinct infrastructure hosts
2305023060
over all hours in the current date for the given org.
@@ -24198,6 +24208,11 @@ components:
2419824208
2024).
2419924209
format: int64
2420024210
type: integer
24211+
infra_edge_monitoring_devices_top99p_sum:
24212+
description: Shows the 99th percentile of all Edge Devices Monitoring devices
24213+
over all hours in the current month for all organizations.
24214+
format: int64
24215+
type: integer
2420124216
infra_host_top99p_sum:
2420224217
description: Shows the 99th percentile of all distinct infrastructure hosts
2420324218
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:
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)