Interface UsageMeteringApiGetMonthlyUsageAttributionRequest

Hierarchy

  • UsageMeteringApiGetMonthlyUsageAttributionRequest

Properties

endMonth?: Date

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

Comma-separated list of usage types to return, or * for all usage types.

includeDescendants?: boolean

Include child org usage in the response. Defaults to true.

nextRecordId?: string

List following results with a next_record_id provided in the previous query.

sortDirection?: UsageSortDirection

The direction to sort by: [desc, asc].

The field to sort by.

startMonth: Date

Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning in this month. Maximum of 15 months ago.

tagBreakdownKeys?: string

Comma separated list of tag keys used to group usage. If no value is provided the usage will not be broken down by tags.

To see which tags are available, look for the value of tag_config_source in the API response.

Generated using TypeDoc