You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Response with hourly report of all data billed by Datadog all organizations.
22719
+
description: |-
22720
+
Response with hourly report of all data billed by Datadog for all organizations.
22721
+
22722
+
Newly added billing dimensions and usage types appear as untyped keys on the
22723
+
`additionalProperties` map instead of as typed fields. Call
22724
+
`GET /api/v2/usage/summary/available_fields` to enumerate every key returned
22725
+
at this response level—both typed fields and `additionalProperties` keys.
22720
22726
properties:
22721
22727
agent_host_top99p:
22722
22728
description: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.
@@ -23739,7 +23745,13 @@ components:
23739
23745
type: integer
23740
23746
type: object
23741
23747
UsageSummaryDateOrg:
23742
-
description: Global hourly report of all data billed by Datadog for a given organization.
23748
+
description: |-
23749
+
Global hourly report of all data billed by Datadog for a given organization.
23750
+
23751
+
Newly added billing dimensions and usage types appear as untyped keys on the
23752
+
`additionalProperties` map instead of as typed fields. Call
23753
+
`GET /api/v2/usage/summary/available_fields` to enumerate every key returned
23754
+
at this response level—both typed fields and `additionalProperties` keys.
23743
23755
properties:
23744
23756
account_name:
23745
23757
description: The account name.
@@ -24780,7 +24792,14 @@ components:
24780
24792
type: integer
24781
24793
type: object
24782
24794
UsageSummaryResponse:
24783
-
description: Response summarizing all usage aggregated across the months in the request for all organizations, and broken down by month and by organization.
24795
+
description: |-
24796
+
Response summarizing all usage aggregated across the months in the request for
24797
+
all organizations, and broken down by month and by organization.
24798
+
24799
+
Newly added billing dimensions and usage types appear as untyped keys on the
24800
+
`additionalProperties` map instead of as typed fields. Call
24801
+
`GET /api/v2/usage/summary/available_fields` to enumerate every key returned
24802
+
at this response level—both typed fields and `additionalProperties` keys.
24784
24803
properties:
24785
24804
agent_host_top99p_sum:
24786
24805
description: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
@@ -42260,6 +42279,12 @@ paths:
42260
42279
description: |-
42261
42280
Get all usage across your account.
42262
42281
42282
+
Newly added billing dimensions and usage types appear as untyped keys on the
42283
+
`additionalProperties` map of `UsageSummaryResponse`, `UsageSummaryDate`, and
42284
+
`UsageSummaryDateOrg` instead of as typed fields. Call
42285
+
`GET /api/v2/usage/summary/available_fields` to enumerate every key returned
42286
+
at each response level—both typed fields and `additionalProperties` keys.
42287
+
42263
42288
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
// UsageSummaryResponse Response summarizing all usage aggregated across the months in the request for all organizations, and broken down by month and by organization.
13
+
// UsageSummaryResponse Response summarizing all usage aggregated across the months in the request for
14
+
// all organizations, and broken down by month and by organization.
15
+
//
16
+
// Newly added billing dimensions and usage types appear as untyped keys on the
17
+
// `additionalProperties` map instead of as typed fields. Call
18
+
// `GET /api/v2/usage/summary/available_fields` to enumerate every key returned
19
+
// at this response level—both typed fields and `additionalProperties` keys.
14
20
typeUsageSummaryResponsestruct {
15
21
// Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
0 commit comments