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
Original file line number Diff line number Diff line change
Expand Up @@ -7235,7 +7235,7 @@ public CompletableFuture<UsageSummaryResponse> getUsageSummaryAsync(
* </code>, and <code>UsageSummaryDateOrg</code> are accessible through each object's <code>
* additionalProperties</code> map. Existing typed-field getters are unchanged. New billing
* dimensions will not have typed-field getters. Use <a
* href="https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields">Get
* href="https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/">Get
* available fields for usage summary</a> to enumerate every available key at each response level.
*
* <p>This endpoint is only accessible for <a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* <p>For SDK users only: all fields at this response level are accessible through the <code>
* additionalProperties</code> map. Existing typed-field getters are unchanged. New billing
* dimensions will not have typed-field getters. Use <a
* href="https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields">Get
* href="https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/">Get
* available fields for usage summary</a> to enumerate every available key.
*/
@JsonPropertyOrder({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* <p>For SDK users only: all fields at this response level are accessible through the <code>
* additionalProperties</code> map. Existing typed-field getters are unchanged. New billing
* dimensions will not have typed-field getters. Use <a
* href="https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields">Get
* href="https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/">Get
* available fields for usage summary</a> to enumerate every available key.
*/
@JsonPropertyOrder({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* <p>For SDK users only: all fields at this response level are accessible through the <code>
* additionalProperties</code> map. Existing typed-field getters are unchanged. New billing
* dimensions will not have typed-field getters. Use <a
* href="https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields">Get
* href="https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/">Get
* available fields for usage summary</a> to enumerate every available key.
*/
@JsonPropertyOrder({
Expand Down
Loading