Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22026,6 +22026,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
Expand Down Expand Up @@ -23178,6 +23183,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
Expand Down Expand Up @@ -24351,6 +24361,11 @@ components:
wireless devices over all hours in the current month for all organizations.
format: int64
type: integer
network_path_sum_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
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,),
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,),
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_sum_sum": (int,),
"npm_host_top99p_sum": (int,),
"observability_pipelines_bytes_processed_agg_sum": (int,),
"oci_host_agg_sum": (int,),
Expand Down Expand Up @@ -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_sum_sum": "network_path_sum_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",
Expand Down Expand Up @@ -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_sum_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,
Expand Down Expand Up @@ -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_sum_sum: Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations.
:type network_path_sum_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

Expand Down Expand Up @@ -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_sum_sum is not unset:
kwargs["network_path_sum_sum"] = network_path_sum_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:
Expand Down
Loading