Apache Knox · JSON Structure

Admin Api Topology Structure

A Knox gateway topology

Type: object Properties: 3
API GatewayAuthenticationHadoopOpen SourceSecuritySSO

Topology is a JSON Structure definition published by Apache Knox, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name uri timestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-knox/refs/heads/main/json-structure/admin-api-topology-structure.json",
  "name": "Topology",
  "description": "A Knox gateway topology",
  "properties": {
    "name": {
      "type": "string",
      "description": "Topology name",
      "example": "sandbox"
    },
    "uri": {
      "type": "string",
      "description": "Topology gateway URL",
      "example": "https://localhost:8443/gateway/sandbox"
    },
    "timestamp": {
      "type": "integer",
      "description": "Last modified timestamp",
      "example": 1718153645993
    }
  }
}