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
15 changes: 15 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21196,6 +21196,11 @@ components:
users over all hours in the current date for all organizations.
format: int64
type: integer
incident_management_seats_hwm:
description: Shows the high-water mark of Incident Management seats over
all hours on the current date for all organizations.
format: int64
type: integer
indexed_events_count_sum:
description: Shows the sum of all log events indexed over all hours in the
current date for all organizations.
Expand Down Expand Up @@ -22312,6 +22317,11 @@ components:
users over all hours in the current date for the given org.
format: int64
type: integer
incident_management_seats_hwm:
description: Shows the high-water mark of Incident Management seats over
all hours on the current date for the given organization.
format: int64
type: integer
indexed_events_count_sum:
deprecated: true
description: Shows the sum of all log events indexed over all hours in the
Expand Down Expand Up @@ -23429,6 +23439,11 @@ components:
active users in the current month for all organizations.
format: int64
type: integer
incident_management_seats_hwm_sum:
description: Shows the sum of the high-water marks of Incident Management
seats over all hours in the current month for all organizations.
format: int64
type: integer
indexed_events_count_agg_sum:
deprecated: true
description: Shows the sum of all log events indexed over all hours in the
Expand Down
8 changes: 8 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 @@ -123,6 +123,7 @@ def openapi_types(_):
"gcp_host_top99p": (int,),
"heroku_host_top99p": (int,),
"incident_management_monthly_active_users_hwm": (int,),
"incident_management_seats_hwm": (int,),
"indexed_events_count_sum": (int,),
"infra_host_top99p": (int,),
"ingested_events_bytes_sum": (int,),
Expand Down Expand Up @@ -331,6 +332,7 @@ def openapi_types(_):
"gcp_host_top99p": "gcp_host_top99p",
"heroku_host_top99p": "heroku_host_top99p",
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
"incident_management_seats_hwm": "incident_management_seats_hwm",
"indexed_events_count_sum": "indexed_events_count_sum",
"infra_host_top99p": "infra_host_top99p",
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
Expand Down Expand Up @@ -540,6 +542,7 @@ def __init__(
gcp_host_top99p: Union[int, UnsetType] = unset,
heroku_host_top99p: Union[int, UnsetType] = unset,
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
incident_management_seats_hwm: Union[int, UnsetType] = unset,
indexed_events_count_sum: Union[int, UnsetType] = unset,
infra_host_top99p: Union[int, UnsetType] = unset,
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -948,6 +951,9 @@ def __init__(
:param incident_management_monthly_active_users_hwm: Shows the high-water mark of incident management monthly active users over all hours in the current date for all organizations.
:type incident_management_monthly_active_users_hwm: int, optional

:param incident_management_seats_hwm: Shows the high-water mark of Incident Management seats over all hours on the current date for all organizations.
:type incident_management_seats_hwm: int, optional

:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for all organizations.
:type indexed_events_count_sum: int, optional

Expand Down Expand Up @@ -1476,6 +1482,8 @@ def __init__(
kwargs["heroku_host_top99p"] = heroku_host_top99p
if incident_management_monthly_active_users_hwm is not unset:
kwargs["incident_management_monthly_active_users_hwm"] = incident_management_monthly_active_users_hwm
if incident_management_seats_hwm is not unset:
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
if indexed_events_count_sum is not unset:
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
if infra_host_top99p is not unset:
Expand Down
8 changes: 8 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 @@ -120,6 +120,7 @@ def openapi_types(_):
"heroku_host_top99p": (int,),
"id": (str,),
"incident_management_monthly_active_users_hwm": (int,),
"incident_management_seats_hwm": (int,),
"indexed_events_count_sum": (int,),
"infra_host_top99p": (int,),
"ingested_events_bytes_sum": (int,),
Expand Down Expand Up @@ -334,6 +335,7 @@ def openapi_types(_):
"heroku_host_top99p": "heroku_host_top99p",
"id": "id",
"incident_management_monthly_active_users_hwm": "incident_management_monthly_active_users_hwm",
"incident_management_seats_hwm": "incident_management_seats_hwm",
"indexed_events_count_sum": "indexed_events_count_sum",
"infra_host_top99p": "infra_host_top99p",
"ingested_events_bytes_sum": "ingested_events_bytes_sum",
Expand Down Expand Up @@ -549,6 +551,7 @@ def __init__(
heroku_host_top99p: Union[int, UnsetType] = unset,
id: Union[str, UnsetType] = unset,
incident_management_monthly_active_users_hwm: Union[int, UnsetType] = unset,
incident_management_seats_hwm: Union[int, UnsetType] = unset,
indexed_events_count_sum: Union[int, UnsetType] = unset,
infra_host_top99p: Union[int, UnsetType] = unset,
ingested_events_bytes_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -971,6 +974,9 @@ def __init__(
:param incident_management_monthly_active_users_hwm: Shows the high-water mark of incident management monthly active users over all hours in the current date for the given org.
:type incident_management_monthly_active_users_hwm: int, optional

:param incident_management_seats_hwm: Shows the high-water mark of Incident Management seats over all hours on the current date for the given organization.
:type incident_management_seats_hwm: int, optional

:param indexed_events_count_sum: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**.
:type indexed_events_count_sum: int, optional

Expand Down Expand Up @@ -1513,6 +1519,8 @@ def __init__(
kwargs["id"] = id
if incident_management_monthly_active_users_hwm is not unset:
kwargs["incident_management_monthly_active_users_hwm"] = incident_management_monthly_active_users_hwm
if incident_management_seats_hwm is not unset:
kwargs["incident_management_seats_hwm"] = incident_management_seats_hwm
if indexed_events_count_sum is not unset:
kwargs["indexed_events_count_sum"] = indexed_events_count_sum
if infra_host_top99p is not unset:
Expand Down
8 changes: 8 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 @@ -128,6 +128,7 @@ def openapi_types(_):
"gcp_host_top99p_sum": (int,),
"heroku_host_top99p_sum": (int,),
"incident_management_monthly_active_users_hwm_sum": (int,),
"incident_management_seats_hwm_sum": (int,),
"indexed_events_count_agg_sum": (int,),
"infra_host_top99p_sum": (int,),
"ingested_events_bytes_agg_sum": (int,),
Expand Down Expand Up @@ -347,6 +348,7 @@ def openapi_types(_):
"gcp_host_top99p_sum": "gcp_host_top99p_sum",
"heroku_host_top99p_sum": "heroku_host_top99p_sum",
"incident_management_monthly_active_users_hwm_sum": "incident_management_monthly_active_users_hwm_sum",
"incident_management_seats_hwm_sum": "incident_management_seats_hwm_sum",
"indexed_events_count_agg_sum": "indexed_events_count_agg_sum",
"infra_host_top99p_sum": "infra_host_top99p_sum",
"ingested_events_bytes_agg_sum": "ingested_events_bytes_agg_sum",
Expand Down Expand Up @@ -567,6 +569,7 @@ def __init__(
gcp_host_top99p_sum: Union[int, UnsetType] = unset,
heroku_host_top99p_sum: Union[int, UnsetType] = unset,
incident_management_monthly_active_users_hwm_sum: Union[int, UnsetType] = unset,
incident_management_seats_hwm_sum: Union[int, UnsetType] = unset,
indexed_events_count_agg_sum: Union[int, UnsetType] = unset,
infra_host_top99p_sum: Union[int, UnsetType] = unset,
ingested_events_bytes_agg_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -992,6 +995,9 @@ def __init__(
:param incident_management_monthly_active_users_hwm_sum: Shows sum of the high-water marks of incident management monthly active users in the current month for all organizations.
:type incident_management_monthly_active_users_hwm_sum: int, optional

:param incident_management_seats_hwm_sum: Shows the sum of the high-water marks of Incident Management seats over all hours in the current month for all organizations.
:type incident_management_seats_hwm_sum: int, optional

:param indexed_events_count_agg_sum: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
:type indexed_events_count_agg_sum: int, optional

Expand Down Expand Up @@ -1554,6 +1560,8 @@ def __init__(
kwargs[
"incident_management_monthly_active_users_hwm_sum"
] = incident_management_monthly_active_users_hwm_sum
if incident_management_seats_hwm_sum is not unset:
kwargs["incident_management_seats_hwm_sum"] = incident_management_seats_hwm_sum
if indexed_events_count_agg_sum is not unset:
kwargs["indexed_events_count_agg_sum"] = indexed_events_count_agg_sum
if infra_host_top99p_sum is not unset:
Expand Down