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."
13770
+
enum:
13771
+
- cumulative
13772
+
type: string
13773
+
x-enum-varnames:
13774
+
- CUMULATIVE
13768
13775
CostAttributionAggregates:
13769
13776
description: An array of available aggregates.
13770
13777
items:
@@ -106713,6 +106720,12 @@ paths:
106713
106720
schema:
106714
106721
format: date-time
106715
106722
type: string
106723
+
- description: "Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals."
106724
+
in: query
106725
+
name: cost_aggregation
106726
+
required: false
106727
+
schema:
106728
+
$ref: "#/components/schemas/CostAggregationType"
106716
106729
- 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