Kong · Schema

Portal API Publication Filter Parameters

API Publication filters excluding portal-specific fields (since portal is already specified in path)

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
api_id object
api_name object
auth_strategy_id object
entity_type object
View JSON Schema on GitHub

JSON Schema

kong-portalapipublicationfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortalApiPublicationFilterParameters",
  "title": "Portal API Publication Filter Parameters",
  "description": "API Publication filters excluding portal-specific fields (since portal is already specified in path)",
  "type": "object",
  "properties": {
    "api_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "api_name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "auth_strategy_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "entity_type": {
      "$ref": "#/components/schemas/StringFieldFilter"
    }
  }
}