Skip to content

Commit ee2a178

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OCI support to Cloud Security Management Enterprise usage fields (#3220)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 7804b64 commit ee2a178

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
@@ -21893,11 +21893,22 @@ components:
2189321893
org.
2189421894
format: int64
2189521895
type: integer
21896+
csm_host_enterprise_oci_host_count_top99p:
21897+
description: Shows the 99th percentile of all Cloud Security Management
21898+
Enterprise OCI hosts over all hours in the current date for the given
21899+
org.
21900+
format: int64
21901+
type: integer
2189621902
csm_host_enterprise_total_host_count_top99p:
2189721903
description: Shows the 99th percentile of all Cloud Security Management
2189821904
Enterprise hosts over all hours in the current date for the given org.
2189921905
format: int64
2190021906
type: integer
21907+
csm_host_pro_oci_host_count_top99p:
21908+
description: Shows the 99th percentile of all Cloud Security Management
21909+
Pro OCI hosts over all hours in the current date for the given org.
21910+
format: int64
21911+
type: integer
2190121912
cspm_aas_host_top99p:
2190221913
description: Shows the 99th percentile of all Cloud Security Management
2190321914
Pro Azure app services hosts over all hours in the current date for all
@@ -23036,11 +23047,22 @@ components:
2303623047
org.
2303723048
format: int64
2303823049
type: integer
23050+
csm_host_enterprise_oci_host_count_top99p:
23051+
description: Shows the 99th percentile of all Cloud Security Management
23052+
Enterprise OCI hosts over all hours in the current date for the given
23053+
org.
23054+
format: int64
23055+
type: integer
2303923056
csm_host_enterprise_total_host_count_top99p:
2304023057
description: Shows the 99th percentile of all Cloud Security Management
2304123058
Enterprise hosts over all hours in the current date for the given org.
2304223059
format: int64
2304323060
type: integer
23061+
csm_host_pro_oci_host_count_top99p:
23062+
description: Shows the 99th percentile of all Cloud Security Management
23063+
Pro OCI hosts over all hours in the current date for the given org.
23064+
format: int64
23065+
type: integer
2304423066
cspm_aas_host_top99p:
2304523067
description: Shows the 99th percentile of all Cloud Security Management
2304623068
Pro Azure app services hosts over all hours in the current date for the
@@ -24186,11 +24208,21 @@ components:
2418624208
Enterprise GCP hosts over all hours in the current month for all organizations.
2418724209
format: int64
2418824210
type: integer
24211+
csm_host_enterprise_oci_host_count_top99p_sum:
24212+
description: Shows the 99th percentile of all Cloud Security Management
24213+
Enterprise OCI hosts over all hours in the current month for all organizations.
24214+
format: int64
24215+
type: integer
2418924216
csm_host_enterprise_total_host_count_top99p_sum:
2419024217
description: Shows the 99th percentile of all Cloud Security Management
2419124218
Enterprise hosts over all hours in the current month for all organizations.
2419224219
format: int64
2419324220
type: integer
24221+
csm_host_pro_oci_host_count_top99p_sum:
24222+
description: Shows the 99th percentile of all Cloud Security Management
24223+
Pro OCI hosts over all hours in the current month for all organizations.
24224+
format: int64
24225+
type: integer
2419424226
cspm_aas_host_top99p_sum:
2419524227
description: Shows the 99th percentile of all Cloud Security Management
2419624228
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)