Event Types
Tyk System Events
The events currently raised by Tyk are:
QuotaExceeded
: Quota for a specific key has been exceededRatelimitExceeded
: Rate limit has been exceeded for a specific keyOrgQuotaExceeded
: Quota for a specific organization has been exceededOrgRateLimitExceeded
: Rate limit has been exceeded for a specific organizationAuthFailure
: A key has failed authentication or has attempted access and was deniedKeyExpired
: A key has attempted access but is expiredVersionFailure
: A key has attempted access to a version it does not have permission to accessBreakerTriggered
: This event will be created when either aBreakerTripped
, or aBreakerReset
event occurs; a status code in the metadata passed to the webhook will indicate which of these events was triggered.BreakerTripped
: When a circuit breaker on a path trips and a service is taken offline.BreakerReset
: When the circuit breaker comes back on-stream.TokenCreated
: Executed when a token is createdTokenUpdated
: Executed when a token is changedTokenDeleted
: Executed when a token is deleted