From 36da41db4b4effb5fca4e0cde755f8d641d7a6c5 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 5 Nov 2025 16:42:34 +0000 Subject: [PATCH] Regenerate client from commit e470158 of spec repo --- .generator/schemas/v1/openapi.yaml | 30 +++++++++++++++++++ .../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, 78 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 11bca0724f..81bb22eb0b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20700,6 +20700,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Enterprise + hosts over all hours in the current date for all organizations. + format: int64 + type: integer apm_fargate_count_avg: description: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations. @@ -20710,6 +20715,11 @@ components: hours in the current date for all organizations. format: int64 type: integer + apm_pro_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Pro hosts + over all hours in the current date for all organizations. + format: int64 + type: integer appsec_fargate_count_avg: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations. @@ -21798,6 +21808,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Enterprise + hosts over all hours in the current date for the given org. + format: int64 + type: integer apm_fargate_count_avg: description: Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org. @@ -21808,6 +21823,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_pro_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Pro hosts + over all hours in the current date for the given org. + format: int64 + type: integer appsec_fargate_count_avg: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org. @@ -22900,6 +22920,11 @@ components: hours in the current month for all organizations. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p_sum: + description: Shows the sum of the 99th percentile of all distinct standalone + Enterprise hosts over all hours in the current month for all organizations. + format: int64 + type: integer apm_fargate_count_avg_sum: description: Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations. @@ -22910,6 +22935,11 @@ components: hours in the current month for all organizations. format: int64 type: integer + apm_pro_standalone_hosts_top99p_sum: + description: Shows the sum of the 99th percentile of all distinct standalone + Pro hosts over all hours in the current month for all organizations. + format: int64 + type: integer appsec_fargate_count_avg_sum: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations. 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 739627c948..81c07a0f55 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -27,8 +27,10 @@ def openapi_types(_): "agent_host_top99p": (int,), "apm_azure_app_service_host_top99p": (int,), "apm_devsecops_host_top99p": (int,), + "apm_enterprise_standalone_hosts_top99p": (int,), "apm_fargate_count_avg": (int,), "apm_host_top99p": (int,), + "apm_pro_standalone_hosts_top99p": (int,), "appsec_fargate_count_avg": (int,), "asm_serverless_sum": (int,), "audit_logs_lines_indexed_sum": (int,), @@ -233,8 +235,10 @@ def openapi_types(_): "agent_host_top99p": "agent_host_top99p", "apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p": "apm_devsecops_host_top99p", + "apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p", "apm_fargate_count_avg": "apm_fargate_count_avg", "apm_host_top99p": "apm_host_top99p", + "apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p", "appsec_fargate_count_avg": "appsec_fargate_count_avg", "asm_serverless_sum": "asm_serverless_sum", "audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum", @@ -440,8 +444,10 @@ def __init__( agent_host_top99p: Union[int, UnsetType] = unset, apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset, apm_devsecops_host_top99p: Union[int, UnsetType] = unset, + apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset, apm_fargate_count_avg: Union[int, UnsetType] = unset, apm_host_top99p: Union[int, UnsetType] = unset, + apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset, appsec_fargate_count_avg: Union[int, UnsetType] = unset, asm_serverless_sum: Union[int, UnsetType] = unset, audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset, @@ -654,12 +660,18 @@ def __init__( :param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org. :type apm_devsecops_host_top99p: int, optional + :param apm_enterprise_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for all organizations. + :type apm_enterprise_standalone_hosts_top99p: int, optional + :param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations. :type apm_fargate_count_avg: int, optional :param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations. :type apm_host_top99p: int, optional + :param apm_pro_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for all organizations. + :type apm_pro_standalone_hosts_top99p: int, optional + :param appsec_fargate_count_avg: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations. :type appsec_fargate_count_avg: int, optional @@ -1260,10 +1272,14 @@ def __init__( kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p if apm_devsecops_host_top99p is not unset: kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p + if apm_enterprise_standalone_hosts_top99p is not unset: + kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p if apm_fargate_count_avg is not unset: kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg if apm_host_top99p is not unset: kwargs["apm_host_top99p"] = apm_host_top99p + if apm_pro_standalone_hosts_top99p is not unset: + kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p if appsec_fargate_count_avg is not unset: kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg if asm_serverless_sum 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 8dd0809a22..03e49383d7 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 @@ -22,8 +22,10 @@ def openapi_types(_): "agent_host_top99p": (int,), "apm_azure_app_service_host_top99p": (int,), "apm_devsecops_host_top99p": (int,), + "apm_enterprise_standalone_hosts_top99p": (int,), "apm_fargate_count_avg": (int,), "apm_host_top99p": (int,), + "apm_pro_standalone_hosts_top99p": (int,), "appsec_fargate_count_avg": (int,), "asm_serverless_sum": (int,), "audit_logs_lines_indexed_sum": (int,), @@ -234,8 +236,10 @@ def openapi_types(_): "agent_host_top99p": "agent_host_top99p", "apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p", "apm_devsecops_host_top99p": "apm_devsecops_host_top99p", + "apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p", "apm_fargate_count_avg": "apm_fargate_count_avg", "apm_host_top99p": "apm_host_top99p", + "apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p", "appsec_fargate_count_avg": "appsec_fargate_count_avg", "asm_serverless_sum": "asm_serverless_sum", "audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum", @@ -447,8 +451,10 @@ def __init__( agent_host_top99p: Union[int, UnsetType] = unset, apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset, apm_devsecops_host_top99p: Union[int, UnsetType] = unset, + apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset, apm_fargate_count_avg: Union[int, UnsetType] = unset, apm_host_top99p: Union[int, UnsetType] = unset, + apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset, appsec_fargate_count_avg: Union[int, UnsetType] = unset, asm_serverless_sum: Union[int, UnsetType] = unset, audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset, @@ -671,12 +677,18 @@ def __init__( :param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org. :type apm_devsecops_host_top99p: int, optional + :param apm_enterprise_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for the given org. + :type apm_enterprise_standalone_hosts_top99p: int, optional + :param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org. :type apm_fargate_count_avg: int, optional :param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org. :type apm_host_top99p: int, optional + :param apm_pro_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for the given org. + :type apm_pro_standalone_hosts_top99p: int, optional + :param appsec_fargate_count_avg: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org. :type appsec_fargate_count_avg: int, optional @@ -1293,10 +1305,14 @@ def __init__( kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p if apm_devsecops_host_top99p is not unset: kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p + if apm_enterprise_standalone_hosts_top99p is not unset: + kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p if apm_fargate_count_avg is not unset: kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg if apm_host_top99p is not unset: kwargs["apm_host_top99p"] = apm_host_top99p + if apm_pro_standalone_hosts_top99p is not unset: + kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p if appsec_fargate_count_avg is not unset: kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg if asm_serverless_sum 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 1af3683180..7bf57affe7 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -29,8 +29,10 @@ def openapi_types(_): "agent_host_top99p_sum": (int,), "apm_azure_app_service_host_top99p_sum": (int,), "apm_devsecops_host_top99p_sum": (int,), + "apm_enterprise_standalone_hosts_top99p_sum": (int,), "apm_fargate_count_avg_sum": (int,), "apm_host_top99p_sum": (int,), + "apm_pro_standalone_hosts_top99p_sum": (int,), "appsec_fargate_count_avg_sum": (int,), "asm_serverless_agg_sum": (int,), "audit_logs_lines_indexed_agg_sum": (int,), @@ -246,8 +248,10 @@ def openapi_types(_): "agent_host_top99p_sum": "agent_host_top99p_sum", "apm_azure_app_service_host_top99p_sum": "apm_azure_app_service_host_top99p_sum", "apm_devsecops_host_top99p_sum": "apm_devsecops_host_top99p_sum", + "apm_enterprise_standalone_hosts_top99p_sum": "apm_enterprise_standalone_hosts_top99p_sum", "apm_fargate_count_avg_sum": "apm_fargate_count_avg_sum", "apm_host_top99p_sum": "apm_host_top99p_sum", + "apm_pro_standalone_hosts_top99p_sum": "apm_pro_standalone_hosts_top99p_sum", "appsec_fargate_count_avg_sum": "appsec_fargate_count_avg_sum", "asm_serverless_agg_sum": "asm_serverless_agg_sum", "audit_logs_lines_indexed_agg_sum": "audit_logs_lines_indexed_agg_sum", @@ -464,8 +468,10 @@ def __init__( agent_host_top99p_sum: Union[int, UnsetType] = unset, apm_azure_app_service_host_top99p_sum: Union[int, UnsetType] = unset, apm_devsecops_host_top99p_sum: Union[int, UnsetType] = unset, + apm_enterprise_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset, apm_fargate_count_avg_sum: Union[int, UnsetType] = unset, apm_host_top99p_sum: Union[int, UnsetType] = unset, + apm_pro_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset, appsec_fargate_count_avg_sum: Union[int, UnsetType] = unset, asm_serverless_agg_sum: Union[int, UnsetType] = unset, audit_logs_lines_indexed_agg_sum: Union[int, UnsetType] = unset, @@ -689,12 +695,18 @@ def __init__( :param apm_devsecops_host_top99p_sum: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current month for all organizations. :type apm_devsecops_host_top99p_sum: int, optional + :param apm_enterprise_standalone_hosts_top99p_sum: Shows the sum of the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current month for all organizations. + :type apm_enterprise_standalone_hosts_top99p_sum: int, optional + :param apm_fargate_count_avg_sum: Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations. :type apm_fargate_count_avg_sum: int, optional :param apm_host_top99p_sum: Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations. :type apm_host_top99p_sum: int, optional + :param apm_pro_standalone_hosts_top99p_sum: Shows the sum of the 99th percentile of all distinct standalone Pro hosts over all hours in the current month for all organizations. + :type apm_pro_standalone_hosts_top99p_sum: int, optional + :param appsec_fargate_count_avg_sum: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations. :type appsec_fargate_count_avg_sum: int, optional @@ -1328,10 +1340,14 @@ def __init__( kwargs["apm_azure_app_service_host_top99p_sum"] = apm_azure_app_service_host_top99p_sum if apm_devsecops_host_top99p_sum is not unset: kwargs["apm_devsecops_host_top99p_sum"] = apm_devsecops_host_top99p_sum + if apm_enterprise_standalone_hosts_top99p_sum is not unset: + kwargs["apm_enterprise_standalone_hosts_top99p_sum"] = apm_enterprise_standalone_hosts_top99p_sum if apm_fargate_count_avg_sum is not unset: kwargs["apm_fargate_count_avg_sum"] = apm_fargate_count_avg_sum if apm_host_top99p_sum is not unset: kwargs["apm_host_top99p_sum"] = apm_host_top99p_sum + if apm_pro_standalone_hosts_top99p_sum is not unset: + kwargs["apm_pro_standalone_hosts_top99p_sum"] = apm_pro_standalone_hosts_top99p_sum if appsec_fargate_count_avg_sum is not unset: kwargs["appsec_fargate_count_avg_sum"] = appsec_fargate_count_avg_sum if asm_serverless_agg_sum is not unset: