Interface UsageMeteringApiGetEstimatedCostByOrgRequest

Hierarchy

  • UsageMeteringApiGetEstimatedCostByOrgRequest

Properties

endDate?: Date

Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for cost ending this day.

endMonth?: Date

Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for cost ending this month.

includeConnectedAccounts?: boolean

Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to false.

startDate?: 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.

startMonth?: Date

Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for cost beginning this month. Either start_month or start_date should be specified, but not both. (start_month cannot go beyond two months in the past). Provide an end_month to view month-over-month cost.

view?: string

String to specify whether cost is broken down at a parent-org level or at the sub-org level. Available views are summary and sub-org. Defaults to summary.

Generated using TypeDoc