Skip to content

Commit f243be8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4cdcb1f of spec repo
1 parent 213bdb0 commit f243be8

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21641,11 +21641,22 @@ components:
2164121641
org.
2164221642
format: int64
2164321643
type: integer
21644+
csm_host_enterprise_oci_host_count_top99p:
21645+
description: Shows the 99th percentile of all Cloud Security Management
21646+
Enterprise OCI hosts over all hours in the current date for the given
21647+
org.
21648+
format: int64
21649+
type: integer
2164421650
csm_host_enterprise_total_host_count_top99p:
2164521651
description: Shows the 99th percentile of all Cloud Security Management
2164621652
Enterprise hosts over all hours in the current date for the given org.
2164721653
format: int64
2164821654
type: integer
21655+
csm_host_pro_oci_host_count_top99p:
21656+
description: Shows the 99th percentile of all Cloud Security Management
21657+
Pro OCI hosts over all hours in the current date for the given org.
21658+
format: int64
21659+
type: integer
2164921660
cspm_aas_host_top99p:
2165021661
description: Shows the 99th percentile of all Cloud Security Management
2165121662
Pro Azure app services hosts over all hours in the current date for all
@@ -22784,11 +22795,22 @@ components:
2278422795
org.
2278522796
format: int64
2278622797
type: integer
22798+
csm_host_enterprise_oci_host_count_top99p:
22799+
description: Shows the 99th percentile of all Cloud Security Management
22800+
Enterprise OCI hosts over all hours in the current date for the given
22801+
org.
22802+
format: int64
22803+
type: integer
2278722804
csm_host_enterprise_total_host_count_top99p:
2278822805
description: Shows the 99th percentile of all Cloud Security Management
2278922806
Enterprise hosts over all hours in the current date for the given org.
2279022807
format: int64
2279122808
type: integer
22809+
csm_host_pro_oci_host_count_top99p:
22810+
description: Shows the 99th percentile of all Cloud Security Management
22811+
Pro OCI hosts over all hours in the current date for the given org.
22812+
format: int64
22813+
type: integer
2279222814
cspm_aas_host_top99p:
2279322815
description: Shows the 99th percentile of all Cloud Security Management
2279422816
Pro Azure app services hosts over all hours in the current date for the
@@ -23934,11 +23956,21 @@ components:
2393423956
Enterprise GCP hosts over all hours in the current month for all organizations.
2393523957
format: int64
2393623958
type: integer
23959+
csm_host_enterprise_oci_host_count_top99p_sum:
23960+
description: Shows the 99th percentile of all Cloud Security Management
23961+
Enterprise OCI hosts over all hours in the current month for all organizations.
23962+
format: int64
23963+
type: integer
2393723964
csm_host_enterprise_total_host_count_top99p_sum:
2393823965
description: Shows the 99th percentile of all Cloud Security Management
2393923966
Enterprise hosts over all hours in the current month for all organizations.
2394023967
format: int64
2394123968
type: integer
23969+
csm_host_pro_oci_host_count_top99p_sum:
23970+
description: Shows the 99th percentile of all Cloud Security Management
23971+
Pro OCI hosts over all hours in the current month for all organizations.
23972+
format: int64
23973+
type: integer
2394223974
cspm_aas_host_top99p_sum:
2394323975
description: Shows the 99th percentile of all Cloud Security Management
2394423976
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:

0 commit comments

Comments
 (0)