Skip to content
Merged
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
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
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 @@ -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,),
Expand Down Expand Up @@ -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,),
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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

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

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

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

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

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

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