Kong · Schema

Dashboard Filter Parameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id object
name object
labels object
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-dashboardfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardFilterParameters",
  "title": "Dashboard Filter Parameters",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "labels": {
      "$ref": "#/components/schemas/LabelsFieldFilter"
    },
    "created_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    },
    "updated_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    }
  }
}