From 186d25fbd672da84c7ced070beb86a9e306c0aaa Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 9 Mar 2026 14:26:52 +0000 Subject: [PATCH] Regenerate client from commit 9e84702 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 0abf998510..a6fc8ad34d 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -22278,6 +22278,11 @@ components: wireless devices over all hours in the current date for all organizations. format: int64 type: integer + network_path_sum: + description: Shows the sum of all Network Path scheduled tests over all + hours in the current date for all organizations. + format: int64 + type: integer npm_host_top99p: description: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current @@ -23430,6 +23435,11 @@ components: wireless devices over all hours in the current date for the given org. format: int64 type: integer + network_path_sum: + description: Shows the sum of all Network Path scheduled tests over all + hours in the current date for the given org. + format: int64 + type: integer npm_host_top99p: description: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current @@ -24603,6 +24613,11 @@ components: wireless devices over all hours in the current month for all organizations. format: int64 type: integer + network_path_agg_sum: + description: Shows the sum of all Network Path scheduled tests over all + hours in the current month for all organizations. + format: int64 + type: integer npm_host_top99p_sum: description: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current 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..c1684b6168 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -146,6 +146,7 @@ def openapi_types(_): "ndm_netflow_events_sum": (int,), "netflow_indexed_events_count_sum": (int,), "network_device_wireless_top99p": (int,), + "network_path_sum": (int,), "npm_host_top99p": (int,), "observability_pipelines_bytes_processed_sum": (int,), "oci_host_sum": (int,), @@ -361,6 +362,7 @@ def openapi_types(_): "ndm_netflow_events_sum": "ndm_netflow_events_sum", "netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum", "network_device_wireless_top99p": "network_device_wireless_top99p", + "network_path_sum": "network_path_sum", "npm_host_top99p": "npm_host_top99p", "observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum", "oci_host_sum": "oci_host_sum", @@ -577,6 +579,7 @@ def __init__( ndm_netflow_events_sum: Union[int, UnsetType] = unset, netflow_indexed_events_count_sum: Union[int, UnsetType] = unset, network_device_wireless_top99p: Union[int, UnsetType] = unset, + network_path_sum: Union[int, UnsetType] = unset, npm_host_top99p: Union[int, UnsetType] = unset, observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset, oci_host_sum: Union[int, UnsetType] = unset, @@ -1038,6 +1041,9 @@ def __init__( :param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for all organizations. :type network_device_wireless_top99p: int, optional + :param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for all organizations. + :type network_path_sum: int, optional + :param npm_host_top99p: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations. :type npm_host_top99p: int, optional @@ -1564,6 +1570,8 @@ def __init__( kwargs["netflow_indexed_events_count_sum"] = netflow_indexed_events_count_sum if network_device_wireless_top99p is not unset: kwargs["network_device_wireless_top99p"] = network_device_wireless_top99p + if network_path_sum is not unset: + kwargs["network_path_sum"] = network_path_sum if npm_host_top99p is not unset: kwargs["npm_host_top99p"] = npm_host_top99p if observability_pipelines_bytes_processed_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..57e50ee6c3 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 @@ -144,6 +144,7 @@ def openapi_types(_): "ndm_netflow_events_sum": (int,), "netflow_indexed_events_count_sum": (int,), "network_device_wireless_top99p": (int,), + "network_path_sum": (int,), "npm_host_top99p": (int,), "observability_pipelines_bytes_processed_sum": (int,), "oci_host_sum": (int,), @@ -365,6 +366,7 @@ def openapi_types(_): "ndm_netflow_events_sum": "ndm_netflow_events_sum", "netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum", "network_device_wireless_top99p": "network_device_wireless_top99p", + "network_path_sum": "network_path_sum", "npm_host_top99p": "npm_host_top99p", "observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum", "oci_host_sum": "oci_host_sum", @@ -587,6 +589,7 @@ def __init__( ndm_netflow_events_sum: Union[int, UnsetType] = unset, netflow_indexed_events_count_sum: Union[int, UnsetType] = unset, network_device_wireless_top99p: Union[int, UnsetType] = unset, + network_path_sum: Union[int, UnsetType] = unset, npm_host_top99p: Union[int, UnsetType] = unset, observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset, oci_host_sum: Union[int, UnsetType] = unset, @@ -1064,6 +1067,9 @@ def __init__( :param network_device_wireless_top99p: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for the given org. :type network_device_wireless_top99p: int, optional + :param network_path_sum: Shows the sum of all Network Path scheduled tests over all hours in the current date for the given org. + :type network_path_sum: int, optional + :param npm_host_top99p: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org. :type npm_host_top99p: int, optional @@ -1603,6 +1609,8 @@ def __init__( kwargs["netflow_indexed_events_count_sum"] = netflow_indexed_events_count_sum if network_device_wireless_top99p is not unset: kwargs["network_device_wireless_top99p"] = network_device_wireless_top99p + if network_path_sum is not unset: + kwargs["network_path_sum"] = network_path_sum if npm_host_top99p is not unset: kwargs["npm_host_top99p"] = npm_host_top99p if observability_pipelines_bytes_processed_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..2b03d0c8b6 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -155,6 +155,7 @@ def openapi_types(_): "ndm_netflow_events_agg_sum": (int,), "netflow_indexed_events_count_agg_sum": (int,), "network_device_wireless_top99p_sum": (int,), + "network_path_agg_sum": (int,), "npm_host_top99p_sum": (int,), "observability_pipelines_bytes_processed_agg_sum": (int,), "oci_host_agg_sum": (int,), @@ -381,6 +382,7 @@ def openapi_types(_): "ndm_netflow_events_agg_sum": "ndm_netflow_events_agg_sum", "netflow_indexed_events_count_agg_sum": "netflow_indexed_events_count_agg_sum", "network_device_wireless_top99p_sum": "network_device_wireless_top99p_sum", + "network_path_agg_sum": "network_path_agg_sum", "npm_host_top99p_sum": "npm_host_top99p_sum", "observability_pipelines_bytes_processed_agg_sum": "observability_pipelines_bytes_processed_agg_sum", "oci_host_agg_sum": "oci_host_agg_sum", @@ -608,6 +610,7 @@ def __init__( ndm_netflow_events_agg_sum: Union[int, UnsetType] = unset, netflow_indexed_events_count_agg_sum: Union[int, UnsetType] = unset, network_device_wireless_top99p_sum: Union[int, UnsetType] = unset, + network_path_agg_sum: Union[int, UnsetType] = unset, npm_host_top99p_sum: Union[int, UnsetType] = unset, observability_pipelines_bytes_processed_agg_sum: Union[int, UnsetType] = unset, oci_host_agg_sum: Union[int, UnsetType] = unset, @@ -1094,6 +1097,9 @@ def __init__( :param network_device_wireless_top99p_sum: Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current month for all organizations. :type network_device_wireless_top99p_sum: int, optional + :param network_path_agg_sum: Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations. + :type network_path_agg_sum: int, optional + :param npm_host_top99p_sum: Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current month for all organizations. :type npm_host_top99p_sum: int, optional @@ -1650,6 +1656,8 @@ def __init__( kwargs["netflow_indexed_events_count_agg_sum"] = netflow_indexed_events_count_agg_sum if network_device_wireless_top99p_sum is not unset: kwargs["network_device_wireless_top99p_sum"] = network_device_wireless_top99p_sum + if network_path_agg_sum is not unset: + kwargs["network_path_agg_sum"] = network_path_agg_sum if npm_host_top99p_sum is not unset: kwargs["npm_host_top99p_sum"] = npm_host_top99p_sum if observability_pipelines_bytes_processed_agg_sum is not unset: