Tyk · JSON Structure

Tyk Mdcb Config Status Structure

Type: object Properties: 30
API GatewayAPI ManagementGraphQLOpen Source

ConfigStatus is a JSON Structure definition published by Tyk, describing 30 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

listen_port healthcheck_port http_port enable_http_profiler server_options http_server_options security storage analytics hash_keys session_timeout forward_analytics_to_pump enable_multiple_analytics_keys dont_store_selective dont_store_aggregate org_session_expiration org_session_cleanup license aggregates_ignore_tags track_all_paths store_analytics_per_minute ignore_tag_prefix_list threshold_len_tag_list omit_analytics_index_creation enable_separate_analytics_store analytics_storage log_level enable_key_logging sync_worker_config enable_ownership

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConfigStatus",
  "type": "object",
  "properties": {
    "listen_port": {
      "type": "integer"
    },
    "healthcheck_port": {
      "type": "integer"
    },
    "http_port": {
      "type": "integer"
    },
    "enable_http_profiler": {
      "type": "boolean"
    },
    "server_options": {
      "type": "object"
    },
    "http_server_options": {
      "type": "object"
    },
    "security": {
      "type": "object"
    },
    "storage": {
      "type": "object"
    },
    "analytics": {
      "type": "object"
    },
    "hash_keys": {
      "type": "boolean"
    },
    "session_timeout": {
      "type": "integer"
    },
    "forward_analytics_to_pump": {
      "type": "boolean"
    },
    "enable_multiple_analytics_keys": {
      "type": "boolean"
    },
    "dont_store_selective": {
      "type": "boolean"
    },
    "dont_store_aggregate": {
      "type": "boolean"
    },
    "org_session_expiration": {
      "type": "integer"
    },
    "org_session_cleanup": {
      "type": "integer"
    },
    "license": {
      "type": "string"
    },
    "aggregates_ignore_tags": {
      "type": "string"
    },
    "track_all_paths": {
      "type": "boolean"
    },
    "store_analytics_per_minute": {
      "type": "boolean"
    },
    "ignore_tag_prefix_list": {
      "type": "string"
    },
    "threshold_len_tag_list": {
      "type": "integer"
    },
    "omit_analytics_index_creation": {
      "type": "boolean"
    },
    "enable_separate_analytics_store": {
      "type": "boolean"
    },
    "analytics_storage": {
      "type": "object"
    },
    "log_level": {
      "type": "string"
    },
    "enable_key_logging": {
      "type": "boolean"
    },
    "sync_worker_config": {
      "type": "object"
    },
    "enable_ownership": {
      "type": "boolean"
    }
  }
}