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
24 changes: 24 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 16 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 @@ -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,),
Expand Down Expand Up @@ -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,),
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
16 changes: 16 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 @@ -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,),
Expand Down Expand Up @@ -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,),
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading
Loading