Kong · Schema

ResourceQuotaQualifier

Enumeration of resources available for quota enforcement.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-resourcequotaqualifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceQuotaQualifier",
  "title": "ResourceQuotaQualifier",
  "description": "Enumeration of resources available for quota enforcement.",
  "type": "string",
  "enum": [
    "count/provider-accounts.per-provider",
    "count/networks.not-offline",
    "count/data-planes-estimate",
    "count/serverless-data-planes-estimate",
    "count/data-plane-groups-estimate",
    "count/managed-cache-instances",
    "max/managed-cache-size"
  ],
  "x-speakeasy-unknown-values": "allow"
}