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`."
# @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.
251
251
# @option opts [Time] :start_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost beginning this day. **Either start_month or start_date should be specified, but not both.** (start_date cannot go beyond two months in the past). Provide an `end_date` to view day-over-day cumulative cost.
252
252
# @option opts [Time] :end_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost ending this day.
253
+
# @option opts [CostAggregationType] :cost_aggregation Controls how costs are aggregated when using `start_date`. The `cumulative` option returns month-to-date running totals.
253
254
# @option opts [Boolean] :include_connected_accounts Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to `false`.
254
255
# @return [Array<(CostByOrgResponse, Integer, Hash)>] CostByOrgResponse data, response status code and response headers
0 commit comments