From 7aa3fe3706b48427e7262fa2a8efb97d2100a824 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 19 May 2026 10:57:06 +0000 Subject: [PATCH] Regenerate client from commit 0e89933 of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++++++ .../v1/model/usage_summary_date.py | 8 ++++++++ .../v1/model/usage_summary_date_org.py | 8 ++++++++ .../v1/model/usage_summary_response.py | 8 ++++++++ 4 files changed, 36 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 8ecd35d467..4fc72ed1e2 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -22488,6 +22488,10 @@ components: description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations. format: int64 type: integer + do_jobs_monitoring_serverless_job_hours_sum: + description: Shows the sum of all serverless job hours over all hours in the current date for all organizations. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -23485,6 +23489,10 @@ components: description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org. format: int64 type: integer + do_jobs_monitoring_serverless_job_hours_sum: + description: Shows the sum of all serverless job hours over all hours in the current date for the given organization. + format: int64 + type: integer eph_infra_host_agent_sum: description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. format: int64 @@ -24488,6 +24496,10 @@ components: description: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations. format: int64 type: integer + do_jobs_monitoring_serverless_job_hours_agg_sum: + description: Shows the sum of all serverless job hours over all hours in the current month for all organizations. + format: int64 + type: integer end_date: description: Shows the last date of usage in the current month for all organizations. format: date-time 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 4b91b2f575..a82e902cab 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -105,6 +105,7 @@ def openapi_types(_): "date": (datetime,), "dbm_host_top99p": (int,), "dbm_queries_count_avg": (int,), + "do_jobs_monitoring_serverless_job_hours_sum": (int,), "eph_infra_host_agent_sum": (int,), "eph_infra_host_alibaba_sum": (int,), "eph_infra_host_aws_sum": (int,), @@ -350,6 +351,7 @@ def openapi_types(_): "date": "date", "dbm_host_top99p": "dbm_host_top99p", "dbm_queries_count_avg": "dbm_queries_count_avg", + "do_jobs_monitoring_serverless_job_hours_sum": "do_jobs_monitoring_serverless_job_hours_sum", "eph_infra_host_agent_sum": "eph_infra_host_agent_sum", "eph_infra_host_alibaba_sum": "eph_infra_host_alibaba_sum", "eph_infra_host_aws_sum": "eph_infra_host_aws_sum", @@ -596,6 +598,7 @@ def __init__( date: Union[datetime, UnsetType] = unset, dbm_host_top99p: Union[int, UnsetType] = unset, dbm_queries_count_avg: Union[int, UnsetType] = unset, + do_jobs_monitoring_serverless_job_hours_sum: Union[int, UnsetType] = unset, eph_infra_host_agent_sum: Union[int, UnsetType] = unset, eph_infra_host_alibaba_sum: Union[int, UnsetType] = unset, eph_infra_host_aws_sum: Union[int, UnsetType] = unset, @@ -1005,6 +1008,9 @@ def __init__( :param dbm_queries_count_avg: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations. :type dbm_queries_count_avg: int, optional + :param do_jobs_monitoring_serverless_job_hours_sum: Shows the sum of all serverless job hours over all hours in the current date for all organizations. + :type do_jobs_monitoring_serverless_job_hours_sum: int, optional + :param eph_infra_host_agent_sum: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. :type eph_infra_host_agent_sum: int, optional @@ -1652,6 +1658,8 @@ def __init__( kwargs["dbm_host_top99p"] = dbm_host_top99p if dbm_queries_count_avg is not unset: kwargs["dbm_queries_count_avg"] = dbm_queries_count_avg + if do_jobs_monitoring_serverless_job_hours_sum is not unset: + kwargs["do_jobs_monitoring_serverless_job_hours_sum"] = do_jobs_monitoring_serverless_job_hours_sum if eph_infra_host_agent_sum is not unset: kwargs["eph_infra_host_agent_sum"] = eph_infra_host_agent_sum if eph_infra_host_alibaba_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 8f4e86ec0e..d19fd6c697 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 @@ -101,6 +101,7 @@ def openapi_types(_): "data_jobs_monitoring_host_hr_sum": (int,), "dbm_host_top99p_sum": (int,), "dbm_queries_avg_sum": (int,), + "do_jobs_monitoring_serverless_job_hours_sum": (int,), "eph_infra_host_agent_sum": (int,), "eph_infra_host_alibaba_sum": (int,), "eph_infra_host_aws_sum": (int,), @@ -352,6 +353,7 @@ def openapi_types(_): "data_jobs_monitoring_host_hr_sum": "data_jobs_monitoring_host_hr_sum", "dbm_host_top99p_sum": "dbm_host_top99p_sum", "dbm_queries_avg_sum": "dbm_queries_avg_sum", + "do_jobs_monitoring_serverless_job_hours_sum": "do_jobs_monitoring_serverless_job_hours_sum", "eph_infra_host_agent_sum": "eph_infra_host_agent_sum", "eph_infra_host_alibaba_sum": "eph_infra_host_alibaba_sum", "eph_infra_host_aws_sum": "eph_infra_host_aws_sum", @@ -604,6 +606,7 @@ def __init__( data_jobs_monitoring_host_hr_sum: Union[int, UnsetType] = unset, dbm_host_top99p_sum: Union[int, UnsetType] = unset, dbm_queries_avg_sum: Union[int, UnsetType] = unset, + do_jobs_monitoring_serverless_job_hours_sum: Union[int, UnsetType] = unset, eph_infra_host_agent_sum: Union[int, UnsetType] = unset, eph_infra_host_alibaba_sum: Union[int, UnsetType] = unset, eph_infra_host_aws_sum: Union[int, UnsetType] = unset, @@ -1025,6 +1028,9 @@ def __init__( :param dbm_queries_avg_sum: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org. :type dbm_queries_avg_sum: int, optional + :param do_jobs_monitoring_serverless_job_hours_sum: Shows the sum of all serverless job hours over all hours in the current date for the given organization. + :type do_jobs_monitoring_serverless_job_hours_sum: int, optional + :param eph_infra_host_agent_sum: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org. :type eph_infra_host_agent_sum: int, optional @@ -1687,6 +1693,8 @@ def __init__( kwargs["dbm_host_top99p_sum"] = dbm_host_top99p_sum if dbm_queries_avg_sum is not unset: kwargs["dbm_queries_avg_sum"] = dbm_queries_avg_sum + if do_jobs_monitoring_serverless_job_hours_sum is not unset: + kwargs["do_jobs_monitoring_serverless_job_hours_sum"] = do_jobs_monitoring_serverless_job_hours_sum if eph_infra_host_agent_sum is not unset: kwargs["eph_infra_host_agent_sum"] = eph_infra_host_agent_sum if eph_infra_host_alibaba_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 eb4ee25f93..75c12847d6 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -109,6 +109,7 @@ def openapi_types(_): "data_jobs_monitoring_host_hr_agg_sum": (int,), "dbm_host_top99p_sum": (int,), "dbm_queries_avg_sum": (int,), + "do_jobs_monitoring_serverless_job_hours_agg_sum": (int,), "end_date": (datetime,), "eph_infra_host_agent_agg_sum": (int,), "eph_infra_host_alibaba_agg_sum": (int,), @@ -365,6 +366,7 @@ def openapi_types(_): "data_jobs_monitoring_host_hr_agg_sum": "data_jobs_monitoring_host_hr_agg_sum", "dbm_host_top99p_sum": "dbm_host_top99p_sum", "dbm_queries_avg_sum": "dbm_queries_avg_sum", + "do_jobs_monitoring_serverless_job_hours_agg_sum": "do_jobs_monitoring_serverless_job_hours_agg_sum", "end_date": "end_date", "eph_infra_host_agent_agg_sum": "eph_infra_host_agent_agg_sum", "eph_infra_host_alibaba_agg_sum": "eph_infra_host_alibaba_agg_sum", @@ -622,6 +624,7 @@ def __init__( data_jobs_monitoring_host_hr_agg_sum: Union[int, UnsetType] = unset, dbm_host_top99p_sum: Union[int, UnsetType] = unset, dbm_queries_avg_sum: Union[int, UnsetType] = unset, + do_jobs_monitoring_serverless_job_hours_agg_sum: Union[int, UnsetType] = unset, end_date: Union[datetime, UnsetType] = unset, eph_infra_host_agent_agg_sum: Union[int, UnsetType] = unset, eph_infra_host_alibaba_agg_sum: Union[int, UnsetType] = unset, @@ -1046,6 +1049,9 @@ def __init__( :param dbm_queries_avg_sum: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations. :type dbm_queries_avg_sum: int, optional + :param do_jobs_monitoring_serverless_job_hours_agg_sum: Shows the sum of all serverless job hours over all hours in the current month for all organizations. + :type do_jobs_monitoring_serverless_job_hours_agg_sum: int, optional + :param end_date: Shows the last date of usage in the current month for all organizations. :type end_date: datetime, optional @@ -1726,6 +1732,8 @@ def __init__( kwargs["dbm_host_top99p_sum"] = dbm_host_top99p_sum if dbm_queries_avg_sum is not unset: kwargs["dbm_queries_avg_sum"] = dbm_queries_avg_sum + if do_jobs_monitoring_serverless_job_hours_agg_sum is not unset: + kwargs["do_jobs_monitoring_serverless_job_hours_agg_sum"] = do_jobs_monitoring_serverless_job_hours_agg_sum if end_date is not unset: kwargs["end_date"] = end_date if eph_infra_host_agent_agg_sum is not unset: