From f243be82bf67483a8b083f88d7c5b0c8a27833b4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 3 Mar 2026 14:42:00 +0000 Subject: [PATCH] Regenerate client from commit 4cdcb1f of spec repo --- .generator/schemas/v1/openapi.yaml | 32 +++++++++++++++++++ .../v1/model/usage_summary_date.py | 16 ++++++++++ .../v1/model/usage_summary_date_org.py | 16 ++++++++++ .../v1/model/usage_summary_response.py | 16 ++++++++++ 4 files changed, 80 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 48f45d0bc2..95f3c4aeb5 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -21641,11 +21641,22 @@ components: org. format: int64 type: integer + csm_host_enterprise_oci_host_count_top99p: + description: Shows the 99th percentile of all Cloud Security Management + Enterprise OCI hosts over all hours in the current date for the given + org. + format: int64 + type: integer csm_host_enterprise_total_host_count_top99p: description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org. format: int64 type: integer + csm_host_pro_oci_host_count_top99p: + description: Shows the 99th percentile of all Cloud Security Management + Pro OCI hosts over all hours in the current date for the given org. + format: int64 + type: integer cspm_aas_host_top99p: description: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all @@ -22784,11 +22795,22 @@ components: org. format: int64 type: integer + csm_host_enterprise_oci_host_count_top99p: + description: Shows the 99th percentile of all Cloud Security Management + Enterprise OCI hosts over all hours in the current date for the given + org. + format: int64 + type: integer csm_host_enterprise_total_host_count_top99p: description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org. format: int64 type: integer + csm_host_pro_oci_host_count_top99p: + description: Shows the 99th percentile of all Cloud Security Management + Pro OCI hosts over all hours in the current date for the given org. + format: int64 + type: integer cspm_aas_host_top99p: description: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the @@ -23934,11 +23956,21 @@ components: Enterprise GCP hosts over all hours in the current month for all organizations. format: int64 type: integer + csm_host_enterprise_oci_host_count_top99p_sum: + description: Shows the 99th percentile of all Cloud Security Management + Enterprise OCI hosts over all hours in the current month for all organizations. + format: int64 + type: integer csm_host_enterprise_total_host_count_top99p_sum: description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations. format: int64 type: integer + csm_host_pro_oci_host_count_top99p_sum: + description: Shows the 99th percentile of all Cloud Security Management + Pro OCI hosts over all hours in the current month for all organizations. + format: int64 + type: integer cspm_aas_host_top99p_sum: description: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all diff --git a/src/datadog_api_client/v1/model/usage_summary_date.py b/src/datadog_api_client/v1/model/usage_summary_date.py index 71ee325abf..d95376a3ec 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -73,7 +73,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p": (int,), "csm_host_enterprise_cws_host_count_top99p": (int,), "csm_host_enterprise_gcp_host_count_top99p": (int,), + "csm_host_enterprise_oci_host_count_top99p": (int,), "csm_host_enterprise_total_host_count_top99p": (int,), + "csm_host_pro_oci_host_count_top99p": (int,), "cspm_aas_host_top99p": (int,), "cspm_aws_host_top99p": (int,), "cspm_azure_host_top99p": (int,), @@ -288,7 +290,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p", + "csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p", "csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p", + "csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p", "cspm_aas_host_top99p": "cspm_aas_host_top99p", "cspm_aws_host_top99p": "cspm_aws_host_top99p", "cspm_azure_host_top99p": "cspm_azure_host_top99p", @@ -504,7 +508,9 @@ def __init__( csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset, + csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset, + csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset, cspm_aas_host_top99p: Union[int, UnsetType] = unset, cspm_aws_host_top99p: Union[int, UnsetType] = unset, cspm_azure_host_top99p: Union[int, UnsetType] = unset, @@ -819,9 +825,15 @@ def __init__( :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. :type csm_host_enterprise_gcp_host_count_top99p: int, optional + :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. + :type csm_host_enterprise_oci_host_count_top99p: int, optional + :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. :type csm_host_enterprise_total_host_count_top99p: int, optional + :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. + :type csm_host_pro_oci_host_count_top99p: int, optional + :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. :type cspm_aas_host_top99p: int, optional @@ -1408,8 +1420,12 @@ def __init__( kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p if csm_host_enterprise_gcp_host_count_top99p is not unset: kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p + if csm_host_enterprise_oci_host_count_top99p is not unset: + kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p if csm_host_enterprise_total_host_count_top99p is not unset: kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p + if csm_host_pro_oci_host_count_top99p is not unset: + kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p if cspm_aas_host_top99p is not unset: kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p if cspm_aws_host_top99p is not unset: diff --git a/src/datadog_api_client/v1/model/usage_summary_date_org.py b/src/datadog_api_client/v1/model/usage_summary_date_org.py index 436add0a41..77aac2c73e 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date_org.py +++ b/src/datadog_api_client/v1/model/usage_summary_date_org.py @@ -68,7 +68,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p": (int,), "csm_host_enterprise_cws_host_count_top99p": (int,), "csm_host_enterprise_gcp_host_count_top99p": (int,), + "csm_host_enterprise_oci_host_count_top99p": (int,), "csm_host_enterprise_total_host_count_top99p": (int,), + "csm_host_pro_oci_host_count_top99p": (int,), "cspm_aas_host_top99p": (int,), "cspm_aws_host_top99p": (int,), "cspm_azure_host_top99p": (int,), @@ -289,7 +291,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p", "csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p", "csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p", + "csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p", "csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p", + "csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p", "cspm_aas_host_top99p": "cspm_aas_host_top99p", "cspm_aws_host_top99p": "cspm_aws_host_top99p", "cspm_azure_host_top99p": "cspm_azure_host_top99p", @@ -511,7 +515,9 @@ def __init__( csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset, + csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset, csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset, + csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset, cspm_aas_host_top99p: Union[int, UnsetType] = unset, cspm_aws_host_top99p: Union[int, UnsetType] = unset, cspm_azure_host_top99p: Union[int, UnsetType] = unset, @@ -836,9 +842,15 @@ def __init__( :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. :type csm_host_enterprise_gcp_host_count_top99p: int, optional + :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. + :type csm_host_enterprise_oci_host_count_top99p: int, optional + :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. :type csm_host_enterprise_total_host_count_top99p: int, optional + :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. + :type csm_host_pro_oci_host_count_top99p: int, optional + :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. :type cspm_aas_host_top99p: int, optional @@ -1441,8 +1453,12 @@ def __init__( kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p if csm_host_enterprise_gcp_host_count_top99p is not unset: kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p + if csm_host_enterprise_oci_host_count_top99p is not unset: + kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p if csm_host_enterprise_total_host_count_top99p is not unset: kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p + if csm_host_pro_oci_host_count_top99p is not unset: + kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p if cspm_aas_host_top99p is not unset: kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p if cspm_aws_host_top99p is not unset: diff --git a/src/datadog_api_client/v1/model/usage_summary_response.py b/src/datadog_api_client/v1/model/usage_summary_response.py index 13e507ac97..7071252c96 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -76,7 +76,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p_sum": (int,), "csm_host_enterprise_cws_host_count_top99p_sum": (int,), "csm_host_enterprise_gcp_host_count_top99p_sum": (int,), + "csm_host_enterprise_oci_host_count_top99p_sum": (int,), "csm_host_enterprise_total_host_count_top99p_sum": (int,), + "csm_host_pro_oci_host_count_top99p_sum": (int,), "cspm_aas_host_top99p_sum": (int,), "cspm_aws_host_top99p_sum": (int,), "cspm_azure_host_top99p_sum": (int,), @@ -302,7 +304,9 @@ def openapi_types(_): "csm_host_enterprise_compliance_host_count_top99p_sum": "csm_host_enterprise_compliance_host_count_top99p_sum", "csm_host_enterprise_cws_host_count_top99p_sum": "csm_host_enterprise_cws_host_count_top99p_sum", "csm_host_enterprise_gcp_host_count_top99p_sum": "csm_host_enterprise_gcp_host_count_top99p_sum", + "csm_host_enterprise_oci_host_count_top99p_sum": "csm_host_enterprise_oci_host_count_top99p_sum", "csm_host_enterprise_total_host_count_top99p_sum": "csm_host_enterprise_total_host_count_top99p_sum", + "csm_host_pro_oci_host_count_top99p_sum": "csm_host_pro_oci_host_count_top99p_sum", "cspm_aas_host_top99p_sum": "cspm_aas_host_top99p_sum", "cspm_aws_host_top99p_sum": "cspm_aws_host_top99p_sum", "cspm_azure_host_top99p_sum": "cspm_azure_host_top99p_sum", @@ -529,7 +533,9 @@ def __init__( csm_host_enterprise_compliance_host_count_top99p_sum: Union[int, UnsetType] = unset, csm_host_enterprise_cws_host_count_top99p_sum: Union[int, UnsetType] = unset, csm_host_enterprise_gcp_host_count_top99p_sum: Union[int, UnsetType] = unset, + csm_host_enterprise_oci_host_count_top99p_sum: Union[int, UnsetType] = unset, csm_host_enterprise_total_host_count_top99p_sum: Union[int, UnsetType] = unset, + csm_host_pro_oci_host_count_top99p_sum: Union[int, UnsetType] = unset, cspm_aas_host_top99p_sum: Union[int, UnsetType] = unset, cspm_aws_host_top99p_sum: Union[int, UnsetType] = unset, cspm_azure_host_top99p_sum: Union[int, UnsetType] = unset, @@ -857,9 +863,15 @@ def __init__( :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. :type csm_host_enterprise_gcp_host_count_top99p_sum: int, optional + :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. + :type csm_host_enterprise_oci_host_count_top99p_sum: int, optional + :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. :type csm_host_enterprise_total_host_count_top99p_sum: int, optional + :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. + :type csm_host_pro_oci_host_count_top99p_sum: int, optional + :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. :type cspm_aas_host_top99p_sum: int, optional @@ -1480,8 +1492,12 @@ def __init__( kwargs["csm_host_enterprise_cws_host_count_top99p_sum"] = csm_host_enterprise_cws_host_count_top99p_sum if csm_host_enterprise_gcp_host_count_top99p_sum is not unset: kwargs["csm_host_enterprise_gcp_host_count_top99p_sum"] = csm_host_enterprise_gcp_host_count_top99p_sum + if csm_host_enterprise_oci_host_count_top99p_sum is not unset: + kwargs["csm_host_enterprise_oci_host_count_top99p_sum"] = csm_host_enterprise_oci_host_count_top99p_sum if csm_host_enterprise_total_host_count_top99p_sum is not unset: kwargs["csm_host_enterprise_total_host_count_top99p_sum"] = csm_host_enterprise_total_host_count_top99p_sum + if csm_host_pro_oci_host_count_top99p_sum is not unset: + kwargs["csm_host_pro_oci_host_count_top99p_sum"] = csm_host_pro_oci_host_count_top99p_sum if cspm_aas_host_top99p_sum is not unset: kwargs["cspm_aas_host_top99p_sum"] = cspm_aas_host_top99p_sum if cspm_aws_host_top99p_sum is not unset: