From c3768d20f5bb2f22b10eea14e3b791aa43b67ac5 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 12 May 2026 13:47:07 +0000 Subject: [PATCH] Regenerate client from commit 554217a of spec repo --- .generator/schemas/v1/openapi.yaml | 24 +++++++++++++++++++ .../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, 72 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4707c147e8..e09723c3d4 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -22615,6 +22615,10 @@ components: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. format: int64 type: integer + infra_storage_mgmt_objects_avg: + description: Shows the average of all storage management objects over all hours in the current date for all organizations. + format: int64 + type: integer ingested_events_bytes_sum: description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations. format: int64 @@ -23031,6 +23035,10 @@ components: description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org. format: int64 type: integer + storage_management_object_count_avg: + description: Shows the average of all storage management objects over all hours in the current date for all organizations. + format: int64 + type: integer synthetics_browser_check_calls_count_sum: description: Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations. format: int64 @@ -23612,6 +23620,10 @@ components: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org. format: int64 type: integer + infra_storage_mgmt_objects_avg: + description: Shows the average of all storage management objects over all hours in the current date for the given org. + format: int64 + type: integer ingested_events_bytes_sum: description: Shows the sum of all log bytes ingested over all hours in the current date for the given org. format: int64 @@ -24032,6 +24044,10 @@ components: description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org. format: int64 type: integer + storage_management_object_count_avg: + description: Shows the average of all storage management objects over all hours in the current date for the given org. + format: int64 + type: integer synthetics_browser_check_calls_count_sum: description: Shows the sum of all Synthetic browser tests over all hours in the current date for the given org. format: int64 @@ -24612,6 +24628,10 @@ components: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations. format: int64 type: integer + infra_storage_mgmt_objects_avg_sum: + description: Shows the average of all storage management objects over all hours in the current month for all organizations. + format: int64 + type: integer ingested_events_bytes_agg_sum: description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations. format: int64 @@ -25055,6 +25075,10 @@ components: description: Shows the first date of usage in the current month for all organizations. format: date-time type: string + storage_management_object_count_avg_sum: + description: Shows the average of all storage management objects over all hours in the current month for all organizations. + format: int64 + type: integer synthetics_browser_check_calls_count_agg_sum: description: Shows the sum of all Synthetic browser tests over all hours in the current month for all organizations. format: int64 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 5ffbfc0774..1476d00548 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -154,6 +154,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p": (int,), "infra_host_basic_top99p": (int,), "infra_host_top99p": (int,), + "infra_storage_mgmt_objects_avg": (int,), "ingested_events_bytes_sum": (int,), "iot_device_sum": (int,), "iot_device_top99p": (int,), @@ -255,6 +256,7 @@ def openapi_types(_): "serverless_apps_infra_gcp_gke_autopilot_pods_avg": (int,), "serverless_apps_total_count_avg": (int,), "siem_analyzed_logs_add_on_count_sum": (int,), + "storage_management_object_count_avg": (int,), "synthetics_browser_check_calls_count_sum": (int,), "synthetics_check_calls_count_sum": (int,), "synthetics_mobile_test_runs_sum": (int,), @@ -398,6 +400,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p": "infra_host_basic_infra_basic_vsphere_top99p", "infra_host_basic_top99p": "infra_host_basic_top99p", "infra_host_top99p": "infra_host_top99p", + "infra_storage_mgmt_objects_avg": "infra_storage_mgmt_objects_avg", "ingested_events_bytes_sum": "ingested_events_bytes_sum", "iot_device_sum": "iot_device_sum", "iot_device_top99p": "iot_device_top99p", @@ -499,6 +502,7 @@ def openapi_types(_): "serverless_apps_infra_gcp_gke_autopilot_pods_avg": "serverless_apps_infra_gcp_gke_autopilot_pods_avg", "serverless_apps_total_count_avg": "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum": "siem_analyzed_logs_add_on_count_sum", + "storage_management_object_count_avg": "storage_management_object_count_avg", "synthetics_browser_check_calls_count_sum": "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum": "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum": "synthetics_mobile_test_runs_sum", @@ -643,6 +647,7 @@ def __init__( infra_host_basic_infra_basic_vsphere_top99p: Union[int, UnsetType] = unset, infra_host_basic_top99p: Union[int, UnsetType] = unset, infra_host_top99p: Union[int, UnsetType] = unset, + infra_storage_mgmt_objects_avg: Union[int, UnsetType] = unset, ingested_events_bytes_sum: Union[int, UnsetType] = unset, iot_device_sum: Union[int, UnsetType] = unset, iot_device_top99p: Union[int, UnsetType] = unset, @@ -744,6 +749,7 @@ def __init__( serverless_apps_infra_gcp_gke_autopilot_pods_avg: Union[int, UnsetType] = unset, serverless_apps_total_count_avg: Union[int, UnsetType] = unset, siem_analyzed_logs_add_on_count_sum: Union[int, UnsetType] = unset, + storage_management_object_count_avg: Union[int, UnsetType] = unset, synthetics_browser_check_calls_count_sum: Union[int, UnsetType] = unset, synthetics_check_calls_count_sum: Union[int, UnsetType] = unset, synthetics_mobile_test_runs_sum: Union[int, UnsetType] = unset, @@ -1149,6 +1155,9 @@ def __init__( :param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. :type infra_host_top99p: int, optional + :param infra_storage_mgmt_objects_avg: Shows the average of all storage management objects over all hours in the current date for all organizations. + :type infra_storage_mgmt_objects_avg: int, optional + :param ingested_events_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for all organizations. :type ingested_events_bytes_sum: int, optional @@ -1452,6 +1461,9 @@ def __init__( :param siem_analyzed_logs_add_on_count_sum: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org. :type siem_analyzed_logs_add_on_count_sum: int, optional + :param storage_management_object_count_avg: Shows the average of all storage management objects over all hours in the current date for all organizations. + :type storage_management_object_count_avg: int, optional + :param synthetics_browser_check_calls_count_sum: Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations. :type synthetics_browser_check_calls_count_sum: int, optional @@ -1754,6 +1766,8 @@ def __init__( kwargs["infra_host_basic_top99p"] = infra_host_basic_top99p if infra_host_top99p is not unset: kwargs["infra_host_top99p"] = infra_host_top99p + if infra_storage_mgmt_objects_avg is not unset: + kwargs["infra_storage_mgmt_objects_avg"] = infra_storage_mgmt_objects_avg if ingested_events_bytes_sum is not unset: kwargs["ingested_events_bytes_sum"] = ingested_events_bytes_sum if iot_device_sum is not unset: @@ -2004,6 +2018,8 @@ def __init__( kwargs["serverless_apps_total_count_avg"] = serverless_apps_total_count_avg if siem_analyzed_logs_add_on_count_sum is not unset: kwargs["siem_analyzed_logs_add_on_count_sum"] = siem_analyzed_logs_add_on_count_sum + if storage_management_object_count_avg is not unset: + kwargs["storage_management_object_count_avg"] = storage_management_object_count_avg if synthetics_browser_check_calls_count_sum is not unset: kwargs["synthetics_browser_check_calls_count_sum"] = synthetics_browser_check_calls_count_sum if synthetics_check_calls_count_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 288f14cf4d..bfde8989ed 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 @@ -151,6 +151,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p": (int,), "infra_host_basic_top99p": (int,), "infra_host_top99p": (int,), + "infra_storage_mgmt_objects_avg": (int,), "ingested_events_bytes_sum": (int,), "iot_device_agg_sum": (int,), "iot_device_top99p_sum": (int,), @@ -254,6 +255,7 @@ def openapi_types(_): "serverless_apps_infra_gcp_gke_autopilot_pods_avg": (int,), "serverless_apps_total_count_avg": (int,), "siem_analyzed_logs_add_on_count_sum": (int,), + "storage_management_object_count_avg": (int,), "synthetics_browser_check_calls_count_sum": (int,), "synthetics_check_calls_count_sum": (int,), "synthetics_mobile_test_runs_sum": (int,), @@ -401,6 +403,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p": "infra_host_basic_infra_basic_vsphere_top99p", "infra_host_basic_top99p": "infra_host_basic_top99p", "infra_host_top99p": "infra_host_top99p", + "infra_storage_mgmt_objects_avg": "infra_storage_mgmt_objects_avg", "ingested_events_bytes_sum": "ingested_events_bytes_sum", "iot_device_agg_sum": "iot_device_agg_sum", "iot_device_top99p_sum": "iot_device_top99p_sum", @@ -504,6 +507,7 @@ def openapi_types(_): "serverless_apps_infra_gcp_gke_autopilot_pods_avg": "serverless_apps_infra_gcp_gke_autopilot_pods_avg", "serverless_apps_total_count_avg": "serverless_apps_total_count_avg", "siem_analyzed_logs_add_on_count_sum": "siem_analyzed_logs_add_on_count_sum", + "storage_management_object_count_avg": "storage_management_object_count_avg", "synthetics_browser_check_calls_count_sum": "synthetics_browser_check_calls_count_sum", "synthetics_check_calls_count_sum": "synthetics_check_calls_count_sum", "synthetics_mobile_test_runs_sum": "synthetics_mobile_test_runs_sum", @@ -652,6 +656,7 @@ def __init__( infra_host_basic_infra_basic_vsphere_top99p: Union[int, UnsetType] = unset, infra_host_basic_top99p: Union[int, UnsetType] = unset, infra_host_top99p: Union[int, UnsetType] = unset, + infra_storage_mgmt_objects_avg: Union[int, UnsetType] = unset, ingested_events_bytes_sum: Union[int, UnsetType] = unset, iot_device_agg_sum: Union[int, UnsetType] = unset, iot_device_top99p_sum: Union[int, UnsetType] = unset, @@ -755,6 +760,7 @@ def __init__( serverless_apps_infra_gcp_gke_autopilot_pods_avg: Union[int, UnsetType] = unset, serverless_apps_total_count_avg: Union[int, UnsetType] = unset, siem_analyzed_logs_add_on_count_sum: Union[int, UnsetType] = unset, + storage_management_object_count_avg: Union[int, UnsetType] = unset, synthetics_browser_check_calls_count_sum: Union[int, UnsetType] = unset, synthetics_check_calls_count_sum: Union[int, UnsetType] = unset, synthetics_mobile_test_runs_sum: Union[int, UnsetType] = unset, @@ -1172,6 +1178,9 @@ def __init__( :param infra_host_top99p: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org. :type infra_host_top99p: int, optional + :param infra_storage_mgmt_objects_avg: Shows the average of all storage management objects over all hours in the current date for the given org. + :type infra_storage_mgmt_objects_avg: int, optional + :param ingested_events_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for the given org. :type ingested_events_bytes_sum: int, optional @@ -1481,6 +1490,9 @@ def __init__( :param siem_analyzed_logs_add_on_count_sum: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org. :type siem_analyzed_logs_add_on_count_sum: int, optional + :param storage_management_object_count_avg: Shows the average of all storage management objects over all hours in the current date for the given org. + :type storage_management_object_count_avg: int, optional + :param synthetics_browser_check_calls_count_sum: Shows the sum of all Synthetic browser tests over all hours in the current date for the given org. :type synthetics_browser_check_calls_count_sum: int, optional @@ -1791,6 +1803,8 @@ def __init__( kwargs["infra_host_basic_top99p"] = infra_host_basic_top99p if infra_host_top99p is not unset: kwargs["infra_host_top99p"] = infra_host_top99p + if infra_storage_mgmt_objects_avg is not unset: + kwargs["infra_storage_mgmt_objects_avg"] = infra_storage_mgmt_objects_avg if ingested_events_bytes_sum is not unset: kwargs["ingested_events_bytes_sum"] = ingested_events_bytes_sum if iot_device_agg_sum is not unset: @@ -2045,6 +2059,8 @@ def __init__( kwargs["serverless_apps_total_count_avg"] = serverless_apps_total_count_avg if siem_analyzed_logs_add_on_count_sum is not unset: kwargs["siem_analyzed_logs_add_on_count_sum"] = siem_analyzed_logs_add_on_count_sum + if storage_management_object_count_avg is not unset: + kwargs["storage_management_object_count_avg"] = storage_management_object_count_avg if synthetics_browser_check_calls_count_sum is not unset: kwargs["synthetics_browser_check_calls_count_sum"] = synthetics_browser_check_calls_count_sum if synthetics_check_calls_count_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 8efcb8c3f9..501262a00b 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -159,6 +159,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p_sum": (int,), "infra_host_basic_top99p_sum": (int,), "infra_host_top99p_sum": (int,), + "infra_storage_mgmt_objects_avg_sum": (int,), "ingested_events_bytes_agg_sum": (int,), "iot_device_agg_sum": (int,), "iot_device_top99p_sum": (int,), @@ -267,6 +268,7 @@ def openapi_types(_): "serverless_apps_total_count_avg_sum": (int,), "siem_analyzed_logs_add_on_count_agg_sum": (int,), "start_date": (datetime,), + "storage_management_object_count_avg_sum": (int,), "synthetics_browser_check_calls_count_agg_sum": (int,), "synthetics_check_calls_count_agg_sum": (int,), "synthetics_mobile_test_runs_agg_sum": (int,), @@ -414,6 +416,7 @@ def openapi_types(_): "infra_host_basic_infra_basic_vsphere_top99p_sum": "infra_host_basic_infra_basic_vsphere_top99p_sum", "infra_host_basic_top99p_sum": "infra_host_basic_top99p_sum", "infra_host_top99p_sum": "infra_host_top99p_sum", + "infra_storage_mgmt_objects_avg_sum": "infra_storage_mgmt_objects_avg_sum", "ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum", "iot_device_agg_sum": "iot_device_agg_sum", "iot_device_top99p_sum": "iot_device_top99p_sum", @@ -522,6 +525,7 @@ def openapi_types(_): "serverless_apps_total_count_avg_sum": "serverless_apps_total_count_avg_sum", "siem_analyzed_logs_add_on_count_agg_sum": "siem_analyzed_logs_add_on_count_agg_sum", "start_date": "start_date", + "storage_management_object_count_avg_sum": "storage_management_object_count_avg_sum", "synthetics_browser_check_calls_count_agg_sum": "synthetics_browser_check_calls_count_agg_sum", "synthetics_check_calls_count_agg_sum": "synthetics_check_calls_count_agg_sum", "synthetics_mobile_test_runs_agg_sum": "synthetics_mobile_test_runs_agg_sum", @@ -670,6 +674,7 @@ def __init__( infra_host_basic_infra_basic_vsphere_top99p_sum: Union[int, UnsetType] = unset, infra_host_basic_top99p_sum: Union[int, UnsetType] = unset, infra_host_top99p_sum: Union[int, UnsetType] = unset, + infra_storage_mgmt_objects_avg_sum: Union[int, UnsetType] = unset, ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset, iot_device_agg_sum: Union[int, UnsetType] = unset, iot_device_top99p_sum: Union[int, UnsetType] = unset, @@ -778,6 +783,7 @@ def __init__( serverless_apps_total_count_avg_sum: Union[int, UnsetType] = unset, siem_analyzed_logs_add_on_count_agg_sum: Union[int, UnsetType] = unset, start_date: Union[datetime, UnsetType] = unset, + storage_management_object_count_avg_sum: Union[int, UnsetType] = unset, synthetics_browser_check_calls_count_agg_sum: Union[int, UnsetType] = unset, synthetics_check_calls_count_agg_sum: Union[int, UnsetType] = unset, synthetics_mobile_test_runs_agg_sum: Union[int, UnsetType] = unset, @@ -1193,6 +1199,9 @@ def __init__( :param infra_host_top99p_sum: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations. :type infra_host_top99p_sum: int, optional + :param infra_storage_mgmt_objects_avg_sum: Shows the average of all storage management objects over all hours in the current month for all organizations. + :type infra_storage_mgmt_objects_avg_sum: int, optional + :param ingested_events_bytes_agg_sum: Shows the sum of all log bytes ingested over all hours in the current month for all organizations. :type ingested_events_bytes_agg_sum: int, optional @@ -1517,6 +1526,9 @@ def __init__( :param start_date: Shows the first date of usage in the current month for all organizations. :type start_date: datetime, optional + :param storage_management_object_count_avg_sum: Shows the average of all storage management objects over all hours in the current month for all organizations. + :type storage_management_object_count_avg_sum: int, optional + :param synthetics_browser_check_calls_count_agg_sum: Shows the sum of all Synthetic browser tests over all hours in the current month for all organizations. :type synthetics_browser_check_calls_count_agg_sum: int, optional @@ -1834,6 +1846,8 @@ def __init__( kwargs["infra_host_basic_top99p_sum"] = infra_host_basic_top99p_sum if infra_host_top99p_sum is not unset: kwargs["infra_host_top99p_sum"] = infra_host_top99p_sum + if infra_storage_mgmt_objects_avg_sum is not unset: + kwargs["infra_storage_mgmt_objects_avg_sum"] = infra_storage_mgmt_objects_avg_sum if ingested_events_bytes_agg_sum is not unset: kwargs["ingested_events_bytes_agg_sum"] = ingested_events_bytes_agg_sum if iot_device_agg_sum is not unset: @@ -2108,6 +2122,8 @@ def __init__( kwargs["siem_analyzed_logs_add_on_count_agg_sum"] = siem_analyzed_logs_add_on_count_agg_sum if start_date is not unset: kwargs["start_date"] = start_date + if storage_management_object_count_avg_sum is not unset: + kwargs["storage_management_object_count_avg_sum"] = storage_management_object_count_avg_sum if synthetics_browser_check_calls_count_agg_sum is not unset: kwargs["synthetics_browser_check_calls_count_agg_sum"] = synthetics_browser_check_calls_count_agg_sum if synthetics_check_calls_count_agg_sum is not unset: