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
8 changes: 4 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23004,7 +23004,7 @@ components:
For SDK users only: all fields at this response level are accessible through the
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
to enumerate every available key.
properties:
agent_host_top99p:
Expand Down Expand Up @@ -24307,7 +24307,7 @@ components:
For SDK users only: all fields at this response level are accessible through the
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
to enumerate every available key.
properties:
account_name:
Expand Down Expand Up @@ -25629,7 +25629,7 @@ components:
For SDK users only: all fields at this response level are accessible through the
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
to enumerate every available key.
properties:
agent_host_top99p_sum:
Expand Down Expand Up @@ -43410,7 +43410,7 @@ paths:
`UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
Existing typed-field getters are unchanged. New billing dimensions will not have
typed-field getters. Use
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
to enumerate every available key at each response level.

This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/usage_metering_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ def get_usage_summary(
``UsageSummaryDateOrg`` are accessible through each object's ``additionalProperties`` map.
Existing typed-field getters are unchanged. New billing dimensions will not have
typed-field getters. Use
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
to enumerate every available key at each response level.

This endpoint is only accessible for `parent-level organizations <https://docs.datadoghq.com/account_management/multi_organization/>`_.
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def __init__(
For SDK users only: all fields at this response level are accessible through the
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
to enumerate every available key.

:param agent_host_top99p: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ def __init__(
For SDK users only: all fields at this response level are accessible through the
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
to enumerate every available key.

:param account_name: The account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ def __init__(
For SDK users only: all fields at this response level are accessible through the
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
dimensions will not have typed-field getters. Use
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
to enumerate every available key.

:param agent_host_top99p_sum: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
Expand Down
Loading