Ana içeriğe geç

Quota Usage & Alerts

bilgi

The Quota Usage & Alerts screen is reached from the Identity Management menu. It can be opened both from the project menu (that project's own credentials only) and from the Admin menu (every project); both menus show the same screen with a different scope.

Quota Sources

Every row listed on this screen is a counter coming from a different quota mechanism of the platform. The Type column shows which source the counter comes from:

TypeSource of the Counter
PlanThe product/portal subscription quota the credential is linked to
PolicyAn API Based Quota policy added on an API Proxy or Proxy Group
RLCLA counter coming from a Rate Limit Control List definition
AI TokenAn AI Gateway token budget; limit and consumption are shown as token counts
AI CostAn AI Gateway monthly USD budget; limit and consumption are shown as currency (USD)

Lists and filters the consumption within active quota windows.

Quota Usage and Alerts report

Filters

The report can be filtered by the following criteria:

  • Organization, Credential, Account: Narrow down to a specific organization, credential or portal account.
  • API Proxy / Proxy Group: Narrow down to the API Proxy or Proxy Group the counter is enforced on.
  • Type: Narrow down to one or more of the five quota sources above.
  • Show closed windows: Also lists expired windows (closed within the last 24 hours); only active windows are shown by default.
  • Show other counters: Also lists counters whose format could not be recognized and are therefore classified as Other; hidden by default.

The list can also be narrowed with a quick display filter to All, 70%+ (watch) or 90%+ (critical) usage level.

Summary Cards

Right below the filter fields, three summary cards are shown; they count active windows only (closed windows are not included in these numbers):

CardMeaning
Active CountersNumber of active quota windows matching the filter
Critical (90%+)Number of active counters with usage at 90% or above
Watch (70-90%)Number of active counters with usage between 70% and 90%

Table Columns

ColumnDescription
TypeThe quota source of the counter (Plan / Policy / RLCL / AI Token / AI Cost / Other)
CredentialThe subject of the counter. If the counter is definitively matched to a credential (plan counters and policy/RLCL counters whose identity matched a username), the credential's name is shown. Otherwise, the value the counter is keyed by (IP, header, JWT claim, etc.) is shown masked
OrganizationThe organization the credential belongs to; stays empty for policy/unknown-type counters
Account / AppThe account and application linked to the credential's portal subscription; empty for counters not linked to the portal
API Proxy/GroupThe API Proxy or Proxy Group the counter is enforced on
EnvironmentThe environment the counter is measured in
IntervalThe length of the quota window: Hourly, Daily or Monthly
LimitThe actual request (or, for AI Cost, USD) limit enforced for this window; empty for unlimited counters
ConsumedThe actual amount consumed so far in this window (live counter)
Window ResetThe date and time the current quota window resets (renews)
UsageConsumption as a percentage of the limit; colour-coded healthy below 70%, watch between 70-90%, critical at 90% and above
ClosedBadge for an expired window; only shown when "Show closed windows" is enabled
Data Refresh

Report data is refreshed from the quota counters every minute; the consumption of the last few minutes may appear slightly delayed. AI Token and AI Cost rows come from the hourly AI billing aggregation, so they may lag real-time enforcement by up to ~1 hour.

Relationship Between Quota, RLCL and Throttling

The counters shown on this screen belong to long-window (hourly/daily/monthly) quota mechanisms: the credential plan, the API Based Quota policy, the hourly/daily/monthly definitions of the Rate Limit Control List, and AI Gateway budgets.

Short-window (second/minute) throttling counters — such as the API Based Throttling policy, or the second/minute definitions of the Rate Limit Control List — are not shown on this screen. These counters exist for instant protection (burst/DDoS prevention) and reset and renew very quickly on every request. The instantaneous state of these short-lived limits can instead be followed through the rate limit information reflected in the response headers of the related policy (remaining count, limit, reset time).

Which Screen Should I Use?
  • Use this screen to monitor long-window quota consumption (monthly subscription limit, hourly/daily/monthly RLCL quota, AI budget) and to get alerted when a threshold is approached.
  • To see the instantaneous state of short-window rate limiting, check the rate limit information in the response headers of the related API call.
  • For historical analytics of AI Gateway usage by person/group/model/provider, see AI Reports; for general API traffic analytics, see the API Traffic & Time Metrics report.