From 845e89b0678e73c03bd03318a40c9e50b088250b Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 4 Nov 2025 17:35:42 +0000 Subject: [PATCH] Regenerate client from commit e8e45fc of spec repo --- .generator/schemas/v1/openapi.yaml | 30 +++++++++++++++++++ .generator/schemas/v2/openapi.yaml | 4 +-- .../v1/model/usage_summary_date.py | 16 ++++++++++ .../v1/model/usage_summary_date_org.py | 16 ++++++++++ .../v1/model/usage_summary_response.py | 16 ++++++++++ .../v2/api/usage_metering_api.py | 2 +- 6 files changed, 81 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 0e0b198a8d..7932ad3cf2 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20762,6 +20762,11 @@ components: current date for all organizations. format: int64 type: integer + bits_ai_investigations_sum: + description: Shows the sum of all Bits AI Investigations over all hours + in the current date for all organizations. + format: int64 + type: integer browser_rum_lite_session_count_sum: deprecated: true description: Shows the sum of all browser lite sessions over all hours in @@ -21309,6 +21314,11 @@ components: hosts over all hours in the current date for the given org. format: int64 type: integer + on_call_seat_hwm: + description: Shows the high-water mark of On-Call seats over all hours in + the current date for all organizations. + format: int64 + type: integer online_archive_events_count_sum: description: Sum of all online archived events over all hours in the current date for all organizations. @@ -21850,6 +21860,11 @@ components: current date for the given org. format: int64 type: integer + bits_ai_investigations_sum: + description: Shows the sum of all Bits AI Investigations over all hours + in the current date for the given org. + format: int64 + type: integer browser_rum_lite_session_count_sum: deprecated: true description: Shows the sum of all browser lite sessions over all hours in @@ -22406,6 +22421,11 @@ components: hosts over all hours in the current date for the given org. format: int64 type: integer + on_call_seat_hwm: + description: Shows the high-water mark of On-Call seats over all hours in + the current date for the given org. + format: int64 + type: integer online_archive_events_count_sum: description: Sum of all online archived events over all hours in the current date for the given org. @@ -22947,6 +22967,11 @@ components: current month for all organizations. format: int64 type: integer + bits_ai_investigations_agg_sum: + description: Shows the sum of all Bits AI Investigations over all hours + in the current month for all organizations. + format: int64 + type: integer browser_rum_lite_session_count_agg_sum: deprecated: true description: Shows the sum of all browser lite sessions over all hours in @@ -23524,6 +23549,11 @@ components: over all hours in the current months for all organizations format: int64 type: integer + on_call_seat_hwm_sum: + description: Shows the sum of the high-water marks of On-Call seats over + all hours in the current month for all organizations. + format: int64 + type: integer online_archive_events_count_agg_sum: description: Sum of all online archived events over all hours in the current month for all organizations. diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 94f4594ca8..c2900f9061 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -81263,8 +81263,8 @@ paths: - description: 'Comma separated list of product families to retrieve. Available families are `all`, `analyzed_logs`, - `application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`, - `cloud_siem`, + `application_security`, `audit_trail`, `bits_ai`, `serverless`, `ci_app`, + `cloud_cost_management`, `cloud_siem`, `csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`, 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 03d1a8cf4e..739627c948 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -39,6 +39,7 @@ def openapi_types(_): "aws_lambda_invocations_sum": (int,), "azure_app_service_top99p": (int,), "billable_ingested_bytes_sum": (int,), + "bits_ai_investigations_sum": (int,), "browser_rum_lite_session_count_sum": (int,), "browser_rum_replay_session_count_sum": (int,), "browser_rum_units_sum": (int,), @@ -142,6 +143,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_sum": (int,), "oci_host_sum": (int,), "oci_host_top99p": (int,), + "on_call_seat_hwm": (int,), "online_archive_events_count_sum": (int,), "opentelemetry_apm_host_top99p": (int,), "opentelemetry_host_top99p": (int,), @@ -243,6 +245,7 @@ def openapi_types(_): "aws_lambda_invocations_sum": "aws_lambda_invocations_sum", "azure_app_service_top99p": "azure_app_service_top99p", "billable_ingested_bytes_sum": "billable_ingested_bytes_sum", + "bits_ai_investigations_sum": "bits_ai_investigations_sum", "browser_rum_lite_session_count_sum": "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum": "browser_rum_replay_session_count_sum", "browser_rum_units_sum": "browser_rum_units_sum", @@ -346,6 +349,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum", "oci_host_sum": "oci_host_sum", "oci_host_top99p": "oci_host_top99p", + "on_call_seat_hwm": "on_call_seat_hwm", "online_archive_events_count_sum": "online_archive_events_count_sum", "opentelemetry_apm_host_top99p": "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p": "opentelemetry_host_top99p", @@ -448,6 +452,7 @@ def __init__( aws_lambda_invocations_sum: Union[int, UnsetType] = unset, azure_app_service_top99p: Union[int, UnsetType] = unset, billable_ingested_bytes_sum: Union[int, UnsetType] = unset, + bits_ai_investigations_sum: Union[int, UnsetType] = unset, browser_rum_lite_session_count_sum: Union[int, UnsetType] = unset, browser_rum_replay_session_count_sum: Union[int, UnsetType] = unset, browser_rum_units_sum: Union[int, UnsetType] = unset, @@ -551,6 +556,7 @@ def __init__( observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset, oci_host_sum: Union[int, UnsetType] = unset, oci_host_top99p: Union[int, UnsetType] = unset, + on_call_seat_hwm: Union[int, UnsetType] = unset, online_archive_events_count_sum: Union[int, UnsetType] = unset, opentelemetry_apm_host_top99p: Union[int, UnsetType] = unset, opentelemetry_host_top99p: Union[int, UnsetType] = unset, @@ -684,6 +690,9 @@ def __init__( :param billable_ingested_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for all organizations. :type billable_ingested_bytes_sum: int, optional + :param bits_ai_investigations_sum: Shows the sum of all Bits AI Investigations over all hours in the current date for all organizations. + :type bits_ai_investigations_sum: int, optional + :param browser_rum_lite_session_count_sum: Shows the sum of all browser lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024). **Deprecated**. :type browser_rum_lite_session_count_sum: int, optional @@ -993,6 +1002,9 @@ def __init__( :param oci_host_top99p: Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org. :type oci_host_top99p: int, optional + :param on_call_seat_hwm: Shows the high-water mark of On-Call seats over all hours in the current date for all organizations. + :type on_call_seat_hwm: int, optional + :param online_archive_events_count_sum: Sum of all online archived events over all hours in the current date for all organizations. :type online_archive_events_count_sum: int, optional @@ -1272,6 +1284,8 @@ def __init__( kwargs["azure_app_service_top99p"] = azure_app_service_top99p if billable_ingested_bytes_sum is not unset: kwargs["billable_ingested_bytes_sum"] = billable_ingested_bytes_sum + if bits_ai_investigations_sum is not unset: + kwargs["bits_ai_investigations_sum"] = bits_ai_investigations_sum if browser_rum_lite_session_count_sum is not unset: kwargs["browser_rum_lite_session_count_sum"] = browser_rum_lite_session_count_sum if browser_rum_replay_session_count_sum is not unset: @@ -1490,6 +1504,8 @@ def __init__( kwargs["oci_host_sum"] = oci_host_sum if oci_host_top99p is not unset: kwargs["oci_host_top99p"] = oci_host_top99p + if on_call_seat_hwm is not unset: + kwargs["on_call_seat_hwm"] = on_call_seat_hwm if online_archive_events_count_sum is not unset: kwargs["online_archive_events_count_sum"] = online_archive_events_count_sum if opentelemetry_apm_host_top99p 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 51aa4e02c9..8dd0809a22 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 @@ -34,6 +34,7 @@ def openapi_types(_): "aws_lambda_invocations_sum": (int,), "azure_app_service_top99p": (int,), "billable_ingested_bytes_sum": (int,), + "bits_ai_investigations_sum": (int,), "browser_rum_lite_session_count_sum": (int,), "browser_rum_replay_session_count_sum": (int,), "browser_rum_units_sum": (int,), @@ -140,6 +141,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_sum": (int,), "oci_host_sum": (int,), "oci_host_top99p": (int,), + "on_call_seat_hwm": (int,), "online_archive_events_count_sum": (int,), "opentelemetry_apm_host_top99p": (int,), "opentelemetry_host_top99p": (int,), @@ -244,6 +246,7 @@ def openapi_types(_): "aws_lambda_invocations_sum": "aws_lambda_invocations_sum", "azure_app_service_top99p": "azure_app_service_top99p", "billable_ingested_bytes_sum": "billable_ingested_bytes_sum", + "bits_ai_investigations_sum": "bits_ai_investigations_sum", "browser_rum_lite_session_count_sum": "browser_rum_lite_session_count_sum", "browser_rum_replay_session_count_sum": "browser_rum_replay_session_count_sum", "browser_rum_units_sum": "browser_rum_units_sum", @@ -350,6 +353,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum", "oci_host_sum": "oci_host_sum", "oci_host_top99p": "oci_host_top99p", + "on_call_seat_hwm": "on_call_seat_hwm", "online_archive_events_count_sum": "online_archive_events_count_sum", "opentelemetry_apm_host_top99p": "opentelemetry_apm_host_top99p", "opentelemetry_host_top99p": "opentelemetry_host_top99p", @@ -455,6 +459,7 @@ def __init__( aws_lambda_invocations_sum: Union[int, UnsetType] = unset, azure_app_service_top99p: Union[int, UnsetType] = unset, billable_ingested_bytes_sum: Union[int, UnsetType] = unset, + bits_ai_investigations_sum: Union[int, UnsetType] = unset, browser_rum_lite_session_count_sum: Union[int, UnsetType] = unset, browser_rum_replay_session_count_sum: Union[int, UnsetType] = unset, browser_rum_units_sum: Union[int, UnsetType] = unset, @@ -561,6 +566,7 @@ def __init__( observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset, oci_host_sum: Union[int, UnsetType] = unset, oci_host_top99p: Union[int, UnsetType] = unset, + on_call_seat_hwm: Union[int, UnsetType] = unset, online_archive_events_count_sum: Union[int, UnsetType] = unset, opentelemetry_apm_host_top99p: Union[int, UnsetType] = unset, opentelemetry_host_top99p: Union[int, UnsetType] = unset, @@ -701,6 +707,9 @@ def __init__( :param billable_ingested_bytes_sum: Shows the sum of all log bytes ingested over all hours in the current date for the given org. :type billable_ingested_bytes_sum: int, optional + :param bits_ai_investigations_sum: Shows the sum of all Bits AI Investigations over all hours in the current date for the given org. + :type bits_ai_investigations_sum: int, optional + :param browser_rum_lite_session_count_sum: Shows the sum of all browser lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**. :type browser_rum_lite_session_count_sum: int, optional @@ -1019,6 +1028,9 @@ def __init__( :param oci_host_top99p: Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org. :type oci_host_top99p: int, optional + :param on_call_seat_hwm: Shows the high-water mark of On-Call seats over all hours in the current date for the given org. + :type on_call_seat_hwm: int, optional + :param online_archive_events_count_sum: Sum of all online archived events over all hours in the current date for the given org. :type online_archive_events_count_sum: int, optional @@ -1305,6 +1317,8 @@ def __init__( kwargs["azure_app_service_top99p"] = azure_app_service_top99p if billable_ingested_bytes_sum is not unset: kwargs["billable_ingested_bytes_sum"] = billable_ingested_bytes_sum + if bits_ai_investigations_sum is not unset: + kwargs["bits_ai_investigations_sum"] = bits_ai_investigations_sum if browser_rum_lite_session_count_sum is not unset: kwargs["browser_rum_lite_session_count_sum"] = browser_rum_lite_session_count_sum if browser_rum_replay_session_count_sum is not unset: @@ -1529,6 +1543,8 @@ def __init__( kwargs["oci_host_sum"] = oci_host_sum if oci_host_top99p is not unset: kwargs["oci_host_top99p"] = oci_host_top99p + if on_call_seat_hwm is not unset: + kwargs["on_call_seat_hwm"] = on_call_seat_hwm if online_archive_events_count_sum is not unset: kwargs["online_archive_events_count_sum"] = online_archive_events_count_sum if opentelemetry_apm_host_top99p 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 5816f94eb8..1af3683180 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -42,6 +42,7 @@ def openapi_types(_): "azure_app_service_top99p_sum": (int,), "azure_host_top99p_sum": (int,), "billable_ingested_bytes_agg_sum": (int,), + "bits_ai_investigations_agg_sum": (int,), "browser_rum_lite_session_count_agg_sum": (int,), "browser_rum_replay_session_count_agg_sum": (int,), "browser_rum_units_agg_sum": (int,), @@ -151,6 +152,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_agg_sum": (int,), "oci_host_agg_sum": (int,), "oci_host_top99p_sum": (int,), + "on_call_seat_hwm_sum": (int,), "online_archive_events_count_agg_sum": (int,), "opentelemetry_apm_host_top99p_sum": (int,), "opentelemetry_host_top99p_sum": (int,), @@ -257,6 +259,7 @@ def openapi_types(_): "azure_app_service_top99p_sum": "azure_app_service_top99p_sum", "azure_host_top99p_sum": "azure_host_top99p_sum", "billable_ingested_bytes_agg_sum": "billable_ingested_bytes_agg_sum", + "bits_ai_investigations_agg_sum": "bits_ai_investigations_agg_sum", "browser_rum_lite_session_count_agg_sum": "browser_rum_lite_session_count_agg_sum", "browser_rum_replay_session_count_agg_sum": "browser_rum_replay_session_count_agg_sum", "browser_rum_units_agg_sum": "browser_rum_units_agg_sum", @@ -366,6 +369,7 @@ def openapi_types(_): "observability_pipelines_bytes_processed_agg_sum": "observability_pipelines_bytes_processed_agg_sum", "oci_host_agg_sum": "oci_host_agg_sum", "oci_host_top99p_sum": "oci_host_top99p_sum", + "on_call_seat_hwm_sum": "on_call_seat_hwm_sum", "online_archive_events_count_agg_sum": "online_archive_events_count_agg_sum", "opentelemetry_apm_host_top99p_sum": "opentelemetry_apm_host_top99p_sum", "opentelemetry_host_top99p_sum": "opentelemetry_host_top99p_sum", @@ -473,6 +477,7 @@ def __init__( azure_app_service_top99p_sum: Union[int, UnsetType] = unset, azure_host_top99p_sum: Union[int, UnsetType] = unset, billable_ingested_bytes_agg_sum: Union[int, UnsetType] = unset, + bits_ai_investigations_agg_sum: Union[int, UnsetType] = unset, browser_rum_lite_session_count_agg_sum: Union[int, UnsetType] = unset, browser_rum_replay_session_count_agg_sum: Union[int, UnsetType] = unset, browser_rum_units_agg_sum: Union[int, UnsetType] = unset, @@ -582,6 +587,7 @@ def __init__( observability_pipelines_bytes_processed_agg_sum: Union[int, UnsetType] = unset, oci_host_agg_sum: Union[int, UnsetType] = unset, oci_host_top99p_sum: Union[int, UnsetType] = unset, + on_call_seat_hwm_sum: Union[int, UnsetType] = unset, online_archive_events_count_agg_sum: Union[int, UnsetType] = unset, opentelemetry_apm_host_top99p_sum: Union[int, UnsetType] = unset, opentelemetry_host_top99p_sum: Union[int, UnsetType] = unset, @@ -722,6 +728,9 @@ def __init__( :param billable_ingested_bytes_agg_sum: Shows the sum of all log bytes ingested over all hours in the current month for all organizations. :type billable_ingested_bytes_agg_sum: int, optional + :param bits_ai_investigations_agg_sum: Shows the sum of all Bits AI Investigations over all hours in the current month for all organizations. + :type bits_ai_investigations_agg_sum: int, optional + :param browser_rum_lite_session_count_agg_sum: Shows the sum of all browser lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**. :type browser_rum_lite_session_count_agg_sum: int, optional @@ -1049,6 +1058,9 @@ def __init__( :param oci_host_top99p_sum: Shows the 99th percentile of Oracle Cloud Infrastructure hosts over all hours in the current months for all organizations :type oci_host_top99p_sum: int, optional + :param on_call_seat_hwm_sum: Shows the sum of the high-water marks of On-Call seats over all hours in the current month for all organizations. + :type on_call_seat_hwm_sum: int, optional + :param online_archive_events_count_agg_sum: Sum of all online archived events over all hours in the current month for all organizations. :type online_archive_events_count_agg_sum: int, optional @@ -1342,6 +1354,8 @@ def __init__( kwargs["azure_host_top99p_sum"] = azure_host_top99p_sum if billable_ingested_bytes_agg_sum is not unset: kwargs["billable_ingested_bytes_agg_sum"] = billable_ingested_bytes_agg_sum + if bits_ai_investigations_agg_sum is not unset: + kwargs["bits_ai_investigations_agg_sum"] = bits_ai_investigations_agg_sum if browser_rum_lite_session_count_agg_sum is not unset: kwargs["browser_rum_lite_session_count_agg_sum"] = browser_rum_lite_session_count_agg_sum if browser_rum_replay_session_count_agg_sum is not unset: @@ -1576,6 +1590,8 @@ def __init__( kwargs["oci_host_agg_sum"] = oci_host_agg_sum if oci_host_top99p_sum is not unset: kwargs["oci_host_top99p_sum"] = oci_host_top99p_sum + if on_call_seat_hwm_sum is not unset: + kwargs["on_call_seat_hwm_sum"] = on_call_seat_hwm_sum if online_archive_events_count_agg_sum is not unset: kwargs["online_archive_events_count_agg_sum"] = online_archive_events_count_agg_sum if opentelemetry_apm_host_top99p_sum is not unset: diff --git a/src/datadog_api_client/v2/api/usage_metering_api.py b/src/datadog_api_client/v2/api/usage_metering_api.py index 06367aac4f..f3db12dca4 100644 --- a/src/datadog_api_client/v2/api/usage_metering_api.py +++ b/src/datadog_api_client/v2/api/usage_metering_api.py @@ -624,7 +624,7 @@ def get_hourly_usage( :param filter_timestamp_start: Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour. :type filter_timestamp_start: datetime :param filter_product_families: Comma separated list of product families to retrieve. Available families are ``all`` , ``analyzed_logs`` , - ``application_security`` , ``audit_trail`` , ``serverless`` , ``ci_app`` , ``cloud_cost_management`` , ``cloud_siem`` , + ``application_security`` , ``audit_trail`` , ``bits_ai`` , ``serverless`` , ``ci_app`` , ``cloud_cost_management`` , ``cloud_siem`` , ``csm_container_enterprise`` , ``csm_host_enterprise`` , ``cspm`` , ``custom_events`` , ``cws`` , ``dbm`` , ``error_tracking`` , ``fargate`` , ``infra_hosts`` , ``incident_management`` , ``indexed_logs`` , ``indexed_spans`` , ``ingested_spans`` , ``iot`` , ``lambda_traced_invocations`` , ``llm_observability`` , ``logs`` , ``network_flows`` , ``network_hosts`` , ``network_monitoring`` ,