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
60 changes: 60 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20841,6 +20841,11 @@ components:
for the given date and given organization.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given organization.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -21075,6 +21080,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current date for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -21371,6 +21381,16 @@ components:
within the current date for all organizations.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for all organizations.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 99th percentile of all Proxmox hosts over all hours
in the current date for all organizations.
format: int64
type: integer
published_app_hwm:
description: Shows the high-water mark of all published applications over
all hours in the current date for all organizations.
Expand Down Expand Up @@ -21954,6 +21974,11 @@ components:
for the given date and given org.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given org.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -22194,6 +22219,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current date for the given org.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -22488,6 +22518,16 @@ components:
within the current date for the given org.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for the given org.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 99th percentile of all Proxmox hosts over all hours
in the current date for the given org.
format: int64
type: integer
public_id:
description: The organization public id.
type: string
Expand Down Expand Up @@ -23077,6 +23117,11 @@ components:
all cloud providers.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg_sum:
description: Sum of the host count average for Cloud Cost Management for
OCI.
format: int64
type: integer
cloud_siem_events_agg_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current month for all organizations.
Expand Down Expand Up @@ -23318,6 +23363,11 @@ components:
Plus over all hours in the current month for all organizations.
format: int64
type: integer
eph_infra_host_proxmox_agg_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current month for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_agg_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current month for all organizations.
Expand Down Expand Up @@ -23636,6 +23686,16 @@ components:
in the current month for all organizations.
format: int64
type: integer
proxmox_host_agg_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
month for all organizations.
format: int64
type: integer
proxmox_host_top99p_sum:
description: Shows the sum of the 99th percentile of all Proxmox hosts over
all hours in the current month for all organizations.
format: int64
type: integer
published_app_hwm_sum:
description: Shows the high-water mark of all published applications over
all hours in the current month for all organizations.
Expand Down
32 changes: 32 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 @@ -54,6 +54,7 @@ def openapi_types(_):
"cloud_cost_management_azure_host_count_avg": (int,),
"cloud_cost_management_gcp_host_count_avg": (int,),
"cloud_cost_management_host_count_avg": (int,),
"cloud_cost_management_oci_host_count_avg": (int,),
"cloud_siem_events_sum": (int,),
"code_analysis_sa_committers_hwm": (int,),
"code_analysis_sca_committers_hwm": (int,),
Expand Down Expand Up @@ -99,6 +100,7 @@ def openapi_types(_):
"eph_infra_host_opentelemetry_sum": (int,),
"eph_infra_host_pro_sum": (int,),
"eph_infra_host_proplus_sum": (int,),
"eph_infra_host_proxmox_sum": (int,),
"error_tracking_apm_error_events_sum": (int,),
"error_tracking_error_events_sum": (int,),
"error_tracking_events_sum": (int,),
Expand Down Expand Up @@ -154,6 +156,8 @@ def openapi_types(_):
"product_analytics_sum": (int,),
"profiling_aas_count_top99p": (int,),
"profiling_host_top99p": (int,),
"proxmox_host_sum": (int,),
"proxmox_host_top99p": (int,),
"published_app_hwm": (int,),
"rum_browser_and_mobile_session_count": (int,),
"rum_browser_legacy_session_count_sum": (int,),
Expand Down Expand Up @@ -263,6 +267,7 @@ def openapi_types(_):
"cloud_cost_management_azure_host_count_avg": "cloud_cost_management_azure_host_count_avg",
"cloud_cost_management_gcp_host_count_avg": "cloud_cost_management_gcp_host_count_avg",
"cloud_cost_management_host_count_avg": "cloud_cost_management_host_count_avg",
"cloud_cost_management_oci_host_count_avg": "cloud_cost_management_oci_host_count_avg",
"cloud_siem_events_sum": "cloud_siem_events_sum",
"code_analysis_sa_committers_hwm": "code_analysis_sa_committers_hwm",
"code_analysis_sca_committers_hwm": "code_analysis_sca_committers_hwm",
Expand Down Expand Up @@ -308,6 +313,7 @@ def openapi_types(_):
"eph_infra_host_opentelemetry_sum": "eph_infra_host_opentelemetry_sum",
"eph_infra_host_pro_sum": "eph_infra_host_pro_sum",
"eph_infra_host_proplus_sum": "eph_infra_host_proplus_sum",
"eph_infra_host_proxmox_sum": "eph_infra_host_proxmox_sum",
"error_tracking_apm_error_events_sum": "error_tracking_apm_error_events_sum",
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
"error_tracking_events_sum": "error_tracking_events_sum",
Expand Down Expand Up @@ -363,6 +369,8 @@ def openapi_types(_):
"product_analytics_sum": "product_analytics_sum",
"profiling_aas_count_top99p": "profiling_aas_count_top99p",
"profiling_host_top99p": "profiling_host_top99p",
"proxmox_host_sum": "proxmox_host_sum",
"proxmox_host_top99p": "proxmox_host_top99p",
"published_app_hwm": "published_app_hwm",
"rum_browser_and_mobile_session_count": "rum_browser_and_mobile_session_count",
"rum_browser_legacy_session_count_sum": "rum_browser_legacy_session_count_sum",
Expand Down Expand Up @@ -473,6 +481,7 @@ def __init__(
cloud_cost_management_azure_host_count_avg: Union[int, UnsetType] = unset,
cloud_cost_management_gcp_host_count_avg: Union[int, UnsetType] = unset,
cloud_cost_management_host_count_avg: Union[int, UnsetType] = unset,
cloud_cost_management_oci_host_count_avg: Union[int, UnsetType] = unset,
cloud_siem_events_sum: Union[int, UnsetType] = unset,
code_analysis_sa_committers_hwm: Union[int, UnsetType] = unset,
code_analysis_sca_committers_hwm: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -518,6 +527,7 @@ def __init__(
eph_infra_host_opentelemetry_sum: Union[int, UnsetType] = unset,
eph_infra_host_pro_sum: Union[int, UnsetType] = unset,
eph_infra_host_proplus_sum: Union[int, UnsetType] = unset,
eph_infra_host_proxmox_sum: Union[int, UnsetType] = unset,
error_tracking_apm_error_events_sum: Union[int, UnsetType] = unset,
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
error_tracking_events_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -573,6 +583,8 @@ def __init__(
product_analytics_sum: Union[int, UnsetType] = unset,
profiling_aas_count_top99p: Union[int, UnsetType] = unset,
profiling_host_top99p: Union[int, UnsetType] = unset,
proxmox_host_sum: Union[int, UnsetType] = unset,
proxmox_host_top99p: Union[int, UnsetType] = unset,
published_app_hwm: Union[int, UnsetType] = unset,
rum_browser_and_mobile_session_count: Union[int, UnsetType] = unset,
rum_browser_legacy_session_count_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -744,6 +756,9 @@ def __init__(
:param cloud_cost_management_host_count_avg: Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
:type cloud_cost_management_host_count_avg: int, optional

:param cloud_cost_management_oci_host_count_avg: Host count average of Cloud Cost Management for OCI for the given date and given organization.
:type cloud_cost_management_oci_host_count_avg: int, optional

:param cloud_siem_events_sum: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
:type cloud_siem_events_sum: int, optional

Expand Down Expand Up @@ -879,6 +894,9 @@ def __init__(
:param eph_infra_host_proplus_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
:type eph_infra_host_proplus_sum: int, optional

:param eph_infra_host_proxmox_sum: Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for all organizations.
:type eph_infra_host_proxmox_sum: int, optional

:param error_tracking_apm_error_events_sum: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
:type error_tracking_apm_error_events_sum: int, optional

Expand Down Expand Up @@ -1044,6 +1062,12 @@ def __init__(
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
:type profiling_host_top99p: int, optional

:param proxmox_host_sum: Shows the sum of all Proxmox hosts over all hours in the current date for all organizations.
:type proxmox_host_sum: int, optional

:param proxmox_host_top99p: Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all organizations.
:type proxmox_host_top99p: int, optional

:param published_app_hwm: Shows the high-water mark of all published applications over all hours in the current date for all organizations.
:type published_app_hwm: int, optional

Expand Down Expand Up @@ -1332,6 +1356,8 @@ def __init__(
kwargs["cloud_cost_management_gcp_host_count_avg"] = cloud_cost_management_gcp_host_count_avg
if cloud_cost_management_host_count_avg is not unset:
kwargs["cloud_cost_management_host_count_avg"] = cloud_cost_management_host_count_avg
if cloud_cost_management_oci_host_count_avg is not unset:
kwargs["cloud_cost_management_oci_host_count_avg"] = cloud_cost_management_oci_host_count_avg
if cloud_siem_events_sum is not unset:
kwargs["cloud_siem_events_sum"] = cloud_siem_events_sum
if code_analysis_sa_committers_hwm is not unset:
Expand Down Expand Up @@ -1424,6 +1450,8 @@ def __init__(
kwargs["eph_infra_host_pro_sum"] = eph_infra_host_pro_sum
if eph_infra_host_proplus_sum is not unset:
kwargs["eph_infra_host_proplus_sum"] = eph_infra_host_proplus_sum
if eph_infra_host_proxmox_sum is not unset:
kwargs["eph_infra_host_proxmox_sum"] = eph_infra_host_proxmox_sum
if error_tracking_apm_error_events_sum is not unset:
kwargs["error_tracking_apm_error_events_sum"] = error_tracking_apm_error_events_sum
if error_tracking_error_events_sum is not unset:
Expand Down Expand Up @@ -1544,6 +1572,10 @@ def __init__(
kwargs["profiling_aas_count_top99p"] = profiling_aas_count_top99p
if profiling_host_top99p is not unset:
kwargs["profiling_host_top99p"] = profiling_host_top99p
if proxmox_host_sum is not unset:
kwargs["proxmox_host_sum"] = proxmox_host_sum
if proxmox_host_top99p is not unset:
kwargs["proxmox_host_top99p"] = proxmox_host_top99p
if published_app_hwm is not unset:
kwargs["published_app_hwm"] = published_app_hwm
if rum_browser_and_mobile_session_count is not unset:
Expand Down
Loading