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: "Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals."
13907
+
enum:
13908
+
- cumulative
13909
+
type: string
13910
+
x-enum-varnames:
13911
+
- CUMULATIVE
13905
13912
CostAttributionAggregates:
13906
13913
description: An array of available aggregates.
13907
13914
items:
@@ -108698,6 +108705,12 @@ paths:
108698
108705
schema:
108699
108706
format: date-time
108700
108707
type: string
108708
+
- description: "Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals."
108709
+
in: query
108710
+
name: cost_aggregation
108711
+
required: false
108712
+
schema:
108713
+
$ref: "#/components/schemas/CostAggregationType"
108701
108714
- description: "Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to `false`."
0 commit comments