Interface UsageMeteringApiGetHourlyUsageAttributionRequest

Hierarchy

  • UsageMeteringApiGetHourlyUsageAttributionRequest

Properties

endHr?: Date

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

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.

startHr: Date

Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.

tagBreakdownKeys?: string

Comma separated list of tags 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.

Usage type to retrieve.

Generated using TypeDoc