@@ -22813,10 +22813,11 @@ components:
2281322813 description: |-
2281422814 Response with hourly report of all data billed by Datadog for all organizations.
2281522815
22816- Newly added billing dimensions and usage types appear as untyped keys on the
22817- `additionalProperties` map instead of as typed fields. Call
22818- `GET /api/v2/usage/summary/available_fields` to enumerate every key returned
22819- at this response level—both typed fields and `additionalProperties` keys.
22816+ For SDK users only: all fields at this response level are accessible through the
22817+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
22818+ dimensions will not have typed-field getters. Use
22819+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
22820+ to enumerate every available key.
2282022821 properties:
2282122822 agent_host_top99p:
2282222823 description: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.
@@ -24115,10 +24116,11 @@ components:
2411524116 description: |-
2411624117 Global hourly report of all data billed by Datadog for a given organization.
2411724118
24118- Newly added billing dimensions and usage types appear as untyped keys on the
24119- `additionalProperties` map instead of as typed fields. Call
24120- `GET /api/v2/usage/summary/available_fields` to enumerate every key returned
24121- at this response level—both typed fields and `additionalProperties` keys.
24119+ For SDK users only: all fields at this response level are accessible through the
24120+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
24121+ dimensions will not have typed-field getters. Use
24122+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
24123+ to enumerate every available key.
2412224124 properties:
2412324125 account_name:
2412424126 description: The account name.
@@ -25436,10 +25438,11 @@ components:
2543625438 Response summarizing all usage aggregated across the months in the request for
2543725439 all organizations, and broken down by month and by organization.
2543825440
25439- Newly added billing dimensions and usage types appear as untyped keys on the
25440- `additionalProperties` map instead of as typed fields. Call
25441- `GET /api/v2/usage/summary/available_fields` to enumerate every key returned
25442- at this response level—both typed fields and `additionalProperties` keys.
25441+ For SDK users only: all fields at this response level are accessible through the
25442+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
25443+ dimensions will not have typed-field getters. Use
25444+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
25445+ to enumerate every available key.
2544325446 properties:
2544425447 agent_host_top99p_sum:
2544525448 description: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
@@ -43215,11 +43218,12 @@ paths:
4321543218 description: |-
4321643219 Get all usage across your account.
4321743220
43218- Newly added billing dimensions and usage types appear as untyped keys on the
43219- `additionalProperties` map of `UsageSummaryResponse`, `UsageSummaryDate`, and
43220- `UsageSummaryDateOrg` instead of as typed fields. Call
43221- `GET /api/v2/usage/summary/available_fields` to enumerate every key returned
43222- at each response level—both typed fields and `additionalProperties` keys.
43221+ For SDK users only: all fields on `UsageSummaryResponse`, `UsageSummaryDate`, and
43222+ `UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
43223+ Existing typed-field getters are unchanged. New billing dimensions will not have
43224+ typed-field getters. Use
43225+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
43226+ to enumerate every available key at each response level.
4322343227
4322443228 This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
4322543229 operationId: GetUsageSummary
0 commit comments