diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e4c9496590..39e93a1066 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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. @@ -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. @@ -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. @@ -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. @@ -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. @@ -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 @@ -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. @@ -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. @@ -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. 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 5458184822..7f82888536 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -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,), @@ -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,), @@ -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,), @@ -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", @@ -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", @@ -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", @@ -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, @@ -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, @@ -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, @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: @@ -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: 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 3f67c67e06..576cad39e0 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 @@ -49,6 +49,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,), @@ -95,6 +96,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,), @@ -151,6 +153,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,), "public_id": (str,), "published_app_hwm": (int,), "region": (str,), @@ -264,6 +268,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", @@ -310,6 +315,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", @@ -366,6 +372,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", "public_id": "public_id", "published_app_hwm": "published_app_hwm", "region": "region", @@ -480,6 +488,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, @@ -526,6 +535,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, @@ -582,6 +592,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, public_id: Union[str, UnsetType] = unset, published_app_hwm: Union[int, UnsetType] = unset, region: Union[str, UnsetType] = unset, @@ -761,6 +773,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 org. :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 org. + :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 @@ -899,6 +914,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 the given org. + :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 @@ -1067,6 +1085,12 @@ def __init__( :param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org. :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 the given org. + :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 the given org. + :type proxmox_host_top99p: int, optional + :param public_id: The organization public id. :type public_id: str, optional @@ -1365,6 +1389,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: @@ -1459,6 +1485,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: @@ -1581,6 +1609,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 public_id is not unset: kwargs["public_id"] = public_id if published_app_hwm 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 2df2975cbc..d46629ff61 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -57,6 +57,7 @@ def openapi_types(_): "cloud_cost_management_azure_host_count_avg_sum": (int,), "cloud_cost_management_gcp_host_count_avg_sum": (int,), "cloud_cost_management_host_count_avg_sum": (int,), + "cloud_cost_management_oci_host_count_avg_sum": (int,), "cloud_siem_events_agg_sum": (int,), "code_analysis_sa_committers_hwm_sum": (int,), "code_analysis_sca_committers_hwm_sum": (int,), @@ -104,6 +105,7 @@ def openapi_types(_): "eph_infra_host_opentelemetry_apm_agg_sum": (int,), "eph_infra_host_pro_agg_sum": (int,), "eph_infra_host_proplus_agg_sum": (int,), + "eph_infra_host_proxmox_agg_sum": (int,), "error_tracking_apm_error_events_agg_sum": (int,), "error_tracking_error_events_agg_sum": (int,), "error_tracking_events_agg_sum": (int,), @@ -163,6 +165,8 @@ def openapi_types(_): "profiling_aas_count_top99p_sum": (int,), "profiling_container_agent_count_avg": (int,), "profiling_host_count_top99p_sum": (int,), + "proxmox_host_agg_sum": (int,), + "proxmox_host_top99p_sum": (int,), "published_app_hwm_sum": (int,), "rehydrated_indexed_events_agg_sum": (int,), "rehydrated_ingested_bytes_agg_sum": (int,), @@ -277,6 +281,7 @@ def openapi_types(_): "cloud_cost_management_azure_host_count_avg_sum": "cloud_cost_management_azure_host_count_avg_sum", "cloud_cost_management_gcp_host_count_avg_sum": "cloud_cost_management_gcp_host_count_avg_sum", "cloud_cost_management_host_count_avg_sum": "cloud_cost_management_host_count_avg_sum", + "cloud_cost_management_oci_host_count_avg_sum": "cloud_cost_management_oci_host_count_avg_sum", "cloud_siem_events_agg_sum": "cloud_siem_events_agg_sum", "code_analysis_sa_committers_hwm_sum": "code_analysis_sa_committers_hwm_sum", "code_analysis_sca_committers_hwm_sum": "code_analysis_sca_committers_hwm_sum", @@ -324,6 +329,7 @@ def openapi_types(_): "eph_infra_host_opentelemetry_apm_agg_sum": "eph_infra_host_opentelemetry_apm_agg_sum", "eph_infra_host_pro_agg_sum": "eph_infra_host_pro_agg_sum", "eph_infra_host_proplus_agg_sum": "eph_infra_host_proplus_agg_sum", + "eph_infra_host_proxmox_agg_sum": "eph_infra_host_proxmox_agg_sum", "error_tracking_apm_error_events_agg_sum": "error_tracking_apm_error_events_agg_sum", "error_tracking_error_events_agg_sum": "error_tracking_error_events_agg_sum", "error_tracking_events_agg_sum": "error_tracking_events_agg_sum", @@ -383,6 +389,8 @@ def openapi_types(_): "profiling_aas_count_top99p_sum": "profiling_aas_count_top99p_sum", "profiling_container_agent_count_avg": "profiling_container_agent_count_avg", "profiling_host_count_top99p_sum": "profiling_host_count_top99p_sum", + "proxmox_host_agg_sum": "proxmox_host_agg_sum", + "proxmox_host_top99p_sum": "proxmox_host_top99p_sum", "published_app_hwm_sum": "published_app_hwm_sum", "rehydrated_indexed_events_agg_sum": "rehydrated_indexed_events_agg_sum", "rehydrated_ingested_bytes_agg_sum": "rehydrated_ingested_bytes_agg_sum", @@ -498,6 +506,7 @@ def __init__( cloud_cost_management_azure_host_count_avg_sum: Union[int, UnsetType] = unset, cloud_cost_management_gcp_host_count_avg_sum: Union[int, UnsetType] = unset, cloud_cost_management_host_count_avg_sum: Union[int, UnsetType] = unset, + cloud_cost_management_oci_host_count_avg_sum: Union[int, UnsetType] = unset, cloud_siem_events_agg_sum: Union[int, UnsetType] = unset, code_analysis_sa_committers_hwm_sum: Union[int, UnsetType] = unset, code_analysis_sca_committers_hwm_sum: Union[int, UnsetType] = unset, @@ -545,6 +554,7 @@ def __init__( eph_infra_host_opentelemetry_apm_agg_sum: Union[int, UnsetType] = unset, eph_infra_host_pro_agg_sum: Union[int, UnsetType] = unset, eph_infra_host_proplus_agg_sum: Union[int, UnsetType] = unset, + eph_infra_host_proxmox_agg_sum: Union[int, UnsetType] = unset, error_tracking_apm_error_events_agg_sum: Union[int, UnsetType] = unset, error_tracking_error_events_agg_sum: Union[int, UnsetType] = unset, error_tracking_events_agg_sum: Union[int, UnsetType] = unset, @@ -604,6 +614,8 @@ def __init__( profiling_aas_count_top99p_sum: Union[int, UnsetType] = unset, profiling_container_agent_count_avg: Union[int, UnsetType] = unset, profiling_host_count_top99p_sum: Union[int, UnsetType] = unset, + proxmox_host_agg_sum: Union[int, UnsetType] = unset, + proxmox_host_top99p_sum: Union[int, UnsetType] = unset, published_app_hwm_sum: Union[int, UnsetType] = unset, rehydrated_indexed_events_agg_sum: Union[int, UnsetType] = unset, rehydrated_ingested_bytes_agg_sum: Union[int, UnsetType] = unset, @@ -782,6 +794,9 @@ def __init__( :param cloud_cost_management_host_count_avg_sum: Sum of the host count average for Cloud Cost Management for all cloud providers. :type cloud_cost_management_host_count_avg_sum: int, optional + :param cloud_cost_management_oci_host_count_avg_sum: Sum of the host count average for Cloud Cost Management for OCI. + :type cloud_cost_management_oci_host_count_avg_sum: int, optional + :param cloud_siem_events_agg_sum: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations. :type cloud_siem_events_agg_sum: int, optional @@ -923,6 +938,9 @@ def __init__( :param eph_infra_host_proplus_agg_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations. :type eph_infra_host_proplus_agg_sum: int, optional + :param eph_infra_host_proxmox_agg_sum: Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current month for all organizations. + :type eph_infra_host_proxmox_agg_sum: int, optional + :param error_tracking_apm_error_events_agg_sum: Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations. :type error_tracking_apm_error_events_agg_sum: int, optional @@ -1100,6 +1118,12 @@ def __init__( :param profiling_host_count_top99p_sum: Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations. :type profiling_host_count_top99p_sum: int, optional + :param proxmox_host_agg_sum: Shows the sum of all Proxmox hosts over all hours in the current month for all organizations. + :type proxmox_host_agg_sum: int, optional + + :param proxmox_host_top99p_sum: Shows the sum of the 99th percentile of all Proxmox hosts over all hours in the current month for all organizations. + :type proxmox_host_top99p_sum: int, optional + :param published_app_hwm_sum: Shows the high-water mark of all published applications over all hours in the current month for all organizations. :type published_app_hwm_sum: int, optional @@ -1402,6 +1426,8 @@ def __init__( kwargs["cloud_cost_management_gcp_host_count_avg_sum"] = cloud_cost_management_gcp_host_count_avg_sum if cloud_cost_management_host_count_avg_sum is not unset: kwargs["cloud_cost_management_host_count_avg_sum"] = cloud_cost_management_host_count_avg_sum + if cloud_cost_management_oci_host_count_avg_sum is not unset: + kwargs["cloud_cost_management_oci_host_count_avg_sum"] = cloud_cost_management_oci_host_count_avg_sum if cloud_siem_events_agg_sum is not unset: kwargs["cloud_siem_events_agg_sum"] = cloud_siem_events_agg_sum if code_analysis_sa_committers_hwm_sum is not unset: @@ -1500,6 +1526,8 @@ def __init__( kwargs["eph_infra_host_pro_agg_sum"] = eph_infra_host_pro_agg_sum if eph_infra_host_proplus_agg_sum is not unset: kwargs["eph_infra_host_proplus_agg_sum"] = eph_infra_host_proplus_agg_sum + if eph_infra_host_proxmox_agg_sum is not unset: + kwargs["eph_infra_host_proxmox_agg_sum"] = eph_infra_host_proxmox_agg_sum if error_tracking_apm_error_events_agg_sum is not unset: kwargs["error_tracking_apm_error_events_agg_sum"] = error_tracking_apm_error_events_agg_sum if error_tracking_error_events_agg_sum is not unset: @@ -1630,6 +1658,10 @@ def __init__( kwargs["profiling_container_agent_count_avg"] = profiling_container_agent_count_avg if profiling_host_count_top99p_sum is not unset: kwargs["profiling_host_count_top99p_sum"] = profiling_host_count_top99p_sum + if proxmox_host_agg_sum is not unset: + kwargs["proxmox_host_agg_sum"] = proxmox_host_agg_sum + if proxmox_host_top99p_sum is not unset: + kwargs["proxmox_host_top99p_sum"] = proxmox_host_top99p_sum if published_app_hwm_sum is not unset: kwargs["published_app_hwm_sum"] = published_app_hwm_sum if rehydrated_indexed_events_agg_sum is not unset: