QuotaUsageResponse
Response for the quota usage endpoint.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
tenantId |
yes | string |
Gets the tenant identifier. | — |
timeZone |
yes | string |
Gets the time zone the period boundaries are computed in. | — |
usage |
yes | array of QuotaUsageRecord |
Gets the current period’s counters. | — |
definitions |
yes | array of QuotaDefinition |
Gets the defined quota rules. The UI computes the percentage from these. | — |
dailyResetsAt |
yes | string (date-time) |
Gets the moment (UTC) the daily counters reset. | — |
monthlyResetsAt |
yes | string (date-time) |
Gets the moment (UTC) the monthly counters reset. | — |