Interface UsageMeteringApiGetUsageTopAvgMetricsRequest

Hierarchy

  • UsageMeteringApiGetUsageTopAvgMetricsRequest

Properties

day?: Date

Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning at this hour. (Either month or day should be specified, but not both)

limit?: number

Maximum number of results to return (between 1 and 5000) - defaults to 500 results if limit not specified.

month?: Date

Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage beginning at this hour. (Either month or day should be specified, but not both)

names?: string[]

Comma-separated list of metric names.

nextRecordId?: string

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

Generated using TypeDoc