Skip to content

Commit 493d773

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 68c367a of spec repo
1 parent 5e34e7b commit 493d773

6 files changed

Lines changed: 88 additions & 7 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21610,11 +21610,22 @@ components:
2161021610
org.
2161121611
format: int64
2161221612
type: integer
21613+
csm_host_enterprise_oci_host_count_top99p:
21614+
description: Shows the 99th percentile of all Cloud Security Management
21615+
Enterprise OCI hosts over all hours in the current date for the given
21616+
org.
21617+
format: int64
21618+
type: integer
2161321619
csm_host_enterprise_total_host_count_top99p:
2161421620
description: Shows the 99th percentile of all Cloud Security Management
2161521621
Enterprise hosts over all hours in the current date for the given org.
2161621622
format: int64
2161721623
type: integer
21624+
csm_host_pro_oci_host_count_top99p:
21625+
description: Shows the 99th percentile of all Cloud Security Management
21626+
Pro OCI hosts over all hours in the current date for the given org.
21627+
format: int64
21628+
type: integer
2161821629
cspm_aas_host_top99p:
2161921630
description: Shows the 99th percentile of all Cloud Security Management
2162021631
Pro Azure app services hosts over all hours in the current date for all
@@ -22753,11 +22764,22 @@ components:
2275322764
org.
2275422765
format: int64
2275522766
type: integer
22767+
csm_host_enterprise_oci_host_count_top99p:
22768+
description: Shows the 99th percentile of all Cloud Security Management
22769+
Enterprise OCI hosts over all hours in the current date for the given
22770+
org.
22771+
format: int64
22772+
type: integer
2275622773
csm_host_enterprise_total_host_count_top99p:
2275722774
description: Shows the 99th percentile of all Cloud Security Management
2275822775
Enterprise hosts over all hours in the current date for the given org.
2275922776
format: int64
2276022777
type: integer
22778+
csm_host_pro_oci_host_count_top99p:
22779+
description: Shows the 99th percentile of all Cloud Security Management
22780+
Pro OCI hosts over all hours in the current date for the given org.
22781+
format: int64
22782+
type: integer
2276122783
cspm_aas_host_top99p:
2276222784
description: Shows the 99th percentile of all Cloud Security Management
2276322785
Pro Azure app services hosts over all hours in the current date for the
@@ -23903,11 +23925,21 @@ components:
2390323925
Enterprise GCP hosts over all hours in the current month for all organizations.
2390423926
format: int64
2390523927
type: integer
23928+
csm_host_enterprise_oci_host_count_top99p_sum:
23929+
description: Shows the 99th percentile of all Cloud Security Management
23930+
Enterprise OCI hosts over all hours in the current month for all organizations.
23931+
format: int64
23932+
type: integer
2390623933
csm_host_enterprise_total_host_count_top99p_sum:
2390723934
description: Shows the 99th percentile of all Cloud Security Management
2390823935
Enterprise hosts over all hours in the current month for all organizations.
2390923936
format: int64
2391023937
type: integer
23938+
csm_host_pro_oci_host_count_top99p_sum:
23939+
description: Shows the 99th percentile of all Cloud Security Management
23940+
Pro OCI hosts over all hours in the current month for all organizations.
23941+
format: int64
23942+
type: integer
2391123943
cspm_aas_host_top99p_sum:
2391223944
description: Shows the 99th percentile of all Cloud Security Management
2391323945
Pro Azure app services hosts over all hours in the current month for all

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def openapi_types(_):
7373
"csm_host_enterprise_compliance_host_count_top99p": (int,),
7474
"csm_host_enterprise_cws_host_count_top99p": (int,),
7575
"csm_host_enterprise_gcp_host_count_top99p": (int,),
76+
"csm_host_enterprise_oci_host_count_top99p": (int,),
7677
"csm_host_enterprise_total_host_count_top99p": (int,),
78+
"csm_host_pro_oci_host_count_top99p": (int,),
7779
"cspm_aas_host_top99p": (int,),
7880
"cspm_aws_host_top99p": (int,),
7981
"cspm_azure_host_top99p": (int,),
@@ -288,7 +290,9 @@ def openapi_types(_):
288290
"csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p",
289291
"csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p",
290292
"csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p",
293+
"csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p",
291294
"csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p",
295+
"csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p",
292296
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
293297
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
294298
"cspm_azure_host_top99p": "cspm_azure_host_top99p",
@@ -504,7 +508,9 @@ def __init__(
504508
csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset,
505509
csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset,
506510
csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset,
511+
csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset,
507512
csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset,
513+
csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset,
508514
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
509515
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
510516
cspm_azure_host_top99p: Union[int, UnsetType] = unset,
@@ -819,9 +825,15 @@ def __init__(
819825
:param csm_host_enterprise_gcp_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
820826
:type csm_host_enterprise_gcp_host_count_top99p: int, optional
821827
828+
:param csm_host_enterprise_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
829+
:type csm_host_enterprise_oci_host_count_top99p: int, optional
830+
822831
:param csm_host_enterprise_total_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
823832
:type csm_host_enterprise_total_host_count_top99p: int, optional
824833
834+
:param csm_host_pro_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
835+
:type csm_host_pro_oci_host_count_top99p: int, optional
836+
825837
:param cspm_aas_host_top99p: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all organizations.
826838
:type cspm_aas_host_top99p: int, optional
827839
@@ -1408,8 +1420,12 @@ def __init__(
14081420
kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p
14091421
if csm_host_enterprise_gcp_host_count_top99p is not unset:
14101422
kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p
1423+
if csm_host_enterprise_oci_host_count_top99p is not unset:
1424+
kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p
14111425
if csm_host_enterprise_total_host_count_top99p is not unset:
14121426
kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p
1427+
if csm_host_pro_oci_host_count_top99p is not unset:
1428+
kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p
14131429
if cspm_aas_host_top99p is not unset:
14141430
kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p
14151431
if cspm_aws_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ def openapi_types(_):
6868
"csm_host_enterprise_compliance_host_count_top99p": (int,),
6969
"csm_host_enterprise_cws_host_count_top99p": (int,),
7070
"csm_host_enterprise_gcp_host_count_top99p": (int,),
71+
"csm_host_enterprise_oci_host_count_top99p": (int,),
7172
"csm_host_enterprise_total_host_count_top99p": (int,),
73+
"csm_host_pro_oci_host_count_top99p": (int,),
7274
"cspm_aas_host_top99p": (int,),
7375
"cspm_aws_host_top99p": (int,),
7476
"cspm_azure_host_top99p": (int,),
@@ -289,7 +291,9 @@ def openapi_types(_):
289291
"csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p",
290292
"csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p",
291293
"csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p",
294+
"csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p",
292295
"csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p",
296+
"csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p",
293297
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
294298
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
295299
"cspm_azure_host_top99p": "cspm_azure_host_top99p",
@@ -511,7 +515,9 @@ def __init__(
511515
csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset,
512516
csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset,
513517
csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset,
518+
csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset,
514519
csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset,
520+
csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset,
515521
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
516522
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
517523
cspm_azure_host_top99p: Union[int, UnsetType] = unset,
@@ -836,9 +842,15 @@ def __init__(
836842
:param csm_host_enterprise_gcp_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
837843
:type csm_host_enterprise_gcp_host_count_top99p: int, optional
838844
845+
:param csm_host_enterprise_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
846+
:type csm_host_enterprise_oci_host_count_top99p: int, optional
847+
839848
:param csm_host_enterprise_total_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
840849
:type csm_host_enterprise_total_host_count_top99p: int, optional
841850
851+
:param csm_host_pro_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
852+
:type csm_host_pro_oci_host_count_top99p: int, optional
853+
842854
:param cspm_aas_host_top99p: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the given org.
843855
:type cspm_aas_host_top99p: int, optional
844856
@@ -1441,8 +1453,12 @@ def __init__(
14411453
kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p
14421454
if csm_host_enterprise_gcp_host_count_top99p is not unset:
14431455
kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p
1456+
if csm_host_enterprise_oci_host_count_top99p is not unset:
1457+
kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p
14441458
if csm_host_enterprise_total_host_count_top99p is not unset:
14451459
kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p
1460+
if csm_host_pro_oci_host_count_top99p is not unset:
1461+
kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p
14461462
if cspm_aas_host_top99p is not unset:
14471463
kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p
14481464
if cspm_aws_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ def openapi_types(_):
7676
"csm_host_enterprise_compliance_host_count_top99p_sum": (int,),
7777
"csm_host_enterprise_cws_host_count_top99p_sum": (int,),
7878
"csm_host_enterprise_gcp_host_count_top99p_sum": (int,),
79+
"csm_host_enterprise_oci_host_count_top99p_sum": (int,),
7980
"csm_host_enterprise_total_host_count_top99p_sum": (int,),
81+
"csm_host_pro_oci_host_count_top99p_sum": (int,),
8082
"cspm_aas_host_top99p_sum": (int,),
8183
"cspm_aws_host_top99p_sum": (int,),
8284
"cspm_azure_host_top99p_sum": (int,),
@@ -302,7 +304,9 @@ def openapi_types(_):
302304
"csm_host_enterprise_compliance_host_count_top99p_sum": "csm_host_enterprise_compliance_host_count_top99p_sum",
303305
"csm_host_enterprise_cws_host_count_top99p_sum": "csm_host_enterprise_cws_host_count_top99p_sum",
304306
"csm_host_enterprise_gcp_host_count_top99p_sum": "csm_host_enterprise_gcp_host_count_top99p_sum",
307+
"csm_host_enterprise_oci_host_count_top99p_sum": "csm_host_enterprise_oci_host_count_top99p_sum",
305308
"csm_host_enterprise_total_host_count_top99p_sum": "csm_host_enterprise_total_host_count_top99p_sum",
309+
"csm_host_pro_oci_host_count_top99p_sum": "csm_host_pro_oci_host_count_top99p_sum",
306310
"cspm_aas_host_top99p_sum": "cspm_aas_host_top99p_sum",
307311
"cspm_aws_host_top99p_sum": "cspm_aws_host_top99p_sum",
308312
"cspm_azure_host_top99p_sum": "cspm_azure_host_top99p_sum",
@@ -529,7 +533,9 @@ def __init__(
529533
csm_host_enterprise_compliance_host_count_top99p_sum: Union[int, UnsetType] = unset,
530534
csm_host_enterprise_cws_host_count_top99p_sum: Union[int, UnsetType] = unset,
531535
csm_host_enterprise_gcp_host_count_top99p_sum: Union[int, UnsetType] = unset,
536+
csm_host_enterprise_oci_host_count_top99p_sum: Union[int, UnsetType] = unset,
532537
csm_host_enterprise_total_host_count_top99p_sum: Union[int, UnsetType] = unset,
538+
csm_host_pro_oci_host_count_top99p_sum: Union[int, UnsetType] = unset,
533539
cspm_aas_host_top99p_sum: Union[int, UnsetType] = unset,
534540
cspm_aws_host_top99p_sum: Union[int, UnsetType] = unset,
535541
cspm_azure_host_top99p_sum: Union[int, UnsetType] = unset,
@@ -857,9 +863,15 @@ def __init__(
857863
:param csm_host_enterprise_gcp_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current month for all organizations.
858864
:type csm_host_enterprise_gcp_host_count_top99p_sum: int, optional
859865
866+
:param csm_host_enterprise_oci_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current month for all organizations.
867+
:type csm_host_enterprise_oci_host_count_top99p_sum: int, optional
868+
860869
:param csm_host_enterprise_total_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
861870
:type csm_host_enterprise_total_host_count_top99p_sum: int, optional
862871
872+
:param csm_host_pro_oci_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
873+
:type csm_host_pro_oci_host_count_top99p_sum: int, optional
874+
863875
:param cspm_aas_host_top99p_sum: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all organizations.
864876
:type cspm_aas_host_top99p_sum: int, optional
865877
@@ -1480,8 +1492,12 @@ def __init__(
14801492
kwargs["csm_host_enterprise_cws_host_count_top99p_sum"] = csm_host_enterprise_cws_host_count_top99p_sum
14811493
if csm_host_enterprise_gcp_host_count_top99p_sum is not unset:
14821494
kwargs["csm_host_enterprise_gcp_host_count_top99p_sum"] = csm_host_enterprise_gcp_host_count_top99p_sum
1495+
if csm_host_enterprise_oci_host_count_top99p_sum is not unset:
1496+
kwargs["csm_host_enterprise_oci_host_count_top99p_sum"] = csm_host_enterprise_oci_host_count_top99p_sum
14831497
if csm_host_enterprise_total_host_count_top99p_sum is not unset:
14841498
kwargs["csm_host_enterprise_total_host_count_top99p_sum"] = csm_host_enterprise_total_host_count_top99p_sum
1499+
if csm_host_pro_oci_host_count_top99p_sum is not unset:
1500+
kwargs["csm_host_pro_oci_host_count_top99p_sum"] = csm_host_pro_oci_host_count_top99p_sum
14851501
if cspm_aas_host_top99p_sum is not unset:
14861502
kwargs["cspm_aas_host_top99p_sum"] = cspm_aas_host_top99p_sum
14871503
if cspm_aws_host_top99p_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)