From fb2136b24d40c87389843565ed062823220deaeb Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 9 Mar 2026 09:38:58 +0000 Subject: [PATCH] Regenerate client from commit 2a96e5f of spec repo --- .generator/schemas/v1/openapi.yaml | 15 +++++++++++++++ .../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, 39 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e5aa089658..0e6150df95 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -22176,6 +22176,11 @@ components: current date for all organizations. format: int64 type: integer + infra_edge_monitoring_devices_top99p: + description: Shows the 99th percentile of all Edge Devices Monitoring devices + over all hours in the current date for all organizations. + format: int64 + type: integer infra_host_top99p: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations. @@ -23328,6 +23333,11 @@ components: current date for the given org (To be deprecated on October 1st, 2024). format: int64 type: integer + infra_edge_monitoring_devices_top99p: + description: Shows the 99th percentile of all Edge Devices Monitoring devices + over all hours in the current date for the given org. + format: int64 + type: integer infra_host_top99p: description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org. @@ -24481,6 +24491,11 @@ components: 2024). format: int64 type: integer + infra_edge_monitoring_devices_top99p_sum: + description: Shows the 99th percentile of all Edge Devices Monitoring devices + over all hours in the current month for all organizations. + format: int64 + type: integer infra_host_top99p_sum: description: Shows the 99th percentile of all distinct infrastructure hosts 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 71ee325abf..f916bbc543 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -129,6 +129,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm": (int,), "incident_management_seats_hwm": (int,), "indexed_events_count_sum": (int,), + "infra_edge_monitoring_devices_top99p": (int,), "infra_host_top99p": (int,), "ingested_events_bytes_sum": (int,), "iot_device_sum": (int,), @@ -344,6 +345,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm", "incident_management_seats_hwm": "incident_management_seats_hwm", "indexed_events_count_sum": "indexed_events_count_sum", + "infra_edge_monitoring_devices_top99p": "infra_edge_monitoring_devices_top99p", "infra_host_top99p": "infra_host_top99p", "ingested_events_bytes_sum": "ingested_events_bytes_sum", "iot_device_sum": "iot_device_sum", @@ -560,6 +562,7 @@ def __init__( incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset, incident_management_seats_hwm: Union[int, UnsetType] = unset, indexed_events_count_sum: Union[int, UnsetType] = unset, + infra_edge_monitoring_devices_top99p: Union[int, UnsetType] = unset, infra_host_top99p: Union[int, UnsetType] = unset, ingested_events_bytes_sum: Union[int, UnsetType] = unset, iot_device_sum: Union[int, UnsetType] = unset, @@ -987,6 +990,9 @@ def __init__( :param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for all organizations. :type indexed_events_count_sum: int, optional + :param infra_edge_monitoring_devices_top99p: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations. + :type infra_edge_monitoring_devices_top99p: int, optional + :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 @@ -1530,6 +1536,8 @@ def __init__( kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm if indexed_events_count_sum is not unset: kwargs["indexed_events_count_sum"] = indexed_events_count_sum + if infra_edge_monitoring_devices_top99p is not unset: + kwargs["infra_edge_monitoring_devices_top99p"] = infra_edge_monitoring_devices_top99p if infra_host_top99p is not unset: kwargs["infra_host_top99p"] = infra_host_top99p if ingested_events_bytes_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 436add0a41..6231784bda 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 @@ -126,6 +126,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm": (int,), "incident_management_seats_hwm": (int,), "indexed_events_count_sum": (int,), + "infra_edge_monitoring_devices_top99p": (int,), "infra_host_top99p": (int,), "ingested_events_bytes_sum": (int,), "iot_device_agg_sum": (int,), @@ -347,6 +348,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm", "incident_management_seats_hwm": "incident_management_seats_hwm", "indexed_events_count_sum": "indexed_events_count_sum", + "infra_edge_monitoring_devices_top99p": "infra_edge_monitoring_devices_top99p", "infra_host_top99p": "infra_host_top99p", "ingested_events_bytes_sum": "ingested_events_bytes_sum", "iot_device_agg_sum": "iot_device_agg_sum", @@ -569,6 +571,7 @@ def __init__( incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset, incident_management_seats_hwm: Union[int, UnsetType] = unset, indexed_events_count_sum: Union[int, UnsetType] = unset, + infra_edge_monitoring_devices_top99p: Union[int, UnsetType] = unset, infra_host_top99p: Union[int, UnsetType] = unset, ingested_events_bytes_sum: Union[int, UnsetType] = unset, iot_device_agg_sum: Union[int, UnsetType] = unset, @@ -1010,6 +1013,9 @@ def __init__( :param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**. :type indexed_events_count_sum: int, optional + :param infra_edge_monitoring_devices_top99p: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org. + :type infra_edge_monitoring_devices_top99p: int, optional + :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 @@ -1567,6 +1573,8 @@ def __init__( kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm if indexed_events_count_sum is not unset: kwargs["indexed_events_count_sum"] = indexed_events_count_sum + if infra_edge_monitoring_devices_top99p is not unset: + kwargs["infra_edge_monitoring_devices_top99p"] = infra_edge_monitoring_devices_top99p if infra_host_top99p is not unset: kwargs["infra_host_top99p"] = infra_host_top99p if ingested_events_bytes_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 13e507ac97..2ffc7234ba 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -134,6 +134,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm_sum": (int,), "incident_management_seats_hwm_sum": (int,), "indexed_events_count_agg_sum": (int,), + "infra_edge_monitoring_devices_top99p_sum": (int,), "infra_host_top99p_sum": (int,), "ingested_events_bytes_agg_sum": (int,), "iot_device_agg_sum": (int,), @@ -360,6 +361,7 @@ def openapi_types(_): "incident_management_monthly_active_users_hwm_sum": "incident_management_monthly_active_users_hwm_sum", "incident_management_seats_hwm_sum": "incident_management_seats_hwm_sum", "indexed_events_count_agg_sum": "indexed_events_count_agg_sum", + "infra_edge_monitoring_devices_top99p_sum": "infra_edge_monitoring_devices_top99p_sum", "infra_host_top99p_sum": "infra_host_top99p_sum", "ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum", "iot_device_agg_sum": "iot_device_agg_sum", @@ -587,6 +589,7 @@ def __init__( incident_management_monthly_active_users_hwm_sum: Union[int, UnsetType] = unset, incident_management_seats_hwm_sum: Union[int, UnsetType] = unset, indexed_events_count_agg_sum: Union[int, UnsetType] = unset, + infra_edge_monitoring_devices_top99p_sum: Union[int, UnsetType] = unset, infra_host_top99p_sum: Union[int, UnsetType] = unset, ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset, iot_device_agg_sum: Union[int, UnsetType] = unset, @@ -1031,6 +1034,9 @@ def __init__( :param indexed_events_count_agg_sum: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**. :type indexed_events_count_agg_sum: int, optional + :param infra_edge_monitoring_devices_top99p_sum: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations. + :type infra_edge_monitoring_devices_top99p_sum: int, optional + :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 @@ -1608,6 +1614,8 @@ def __init__( kwargs["incident_management_seats_hwm_sum"] = incident_management_seats_hwm_sum if indexed_events_count_agg_sum is not unset: kwargs["indexed_events_count_agg_sum"] = indexed_events_count_agg_sum + if infra_edge_monitoring_devices_top99p_sum is not unset: + kwargs["infra_edge_monitoring_devices_top99p_sum"] = infra_edge_monitoring_devices_top99p_sum if infra_host_top99p_sum is not unset: kwargs["infra_host_top99p_sum"] = infra_host_top99p_sum if ingested_events_bytes_agg_sum is not unset: