API → MetaGet the metadata about our currently running server
hidden

Parameters

No parameters

Returns

get
/_meta/info
$ curl "https://api.zoo.dev/_meta/info" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "cache": {
    "ok": false
  },
  "environment": "PRODUCTION",
  "fs": {
    "ok": false
  },
  "git_hash": "KzFDFRrIzoYiU2ZyRp96EjMlXt771",
  "pubsub": {
    "auth_timeout": 6,
    "cluster": {
      "addr": "EwrdfZm1s2Ov5d3DQX2j",
      "auth_timeout": 26,
      "cluster_port": 13,
      "name": "TWmvigP7UkMw3P8",
      "tls_timeout": 32,
      "urls": [
        "4WajHAn9s0U0XLsLZFSBDJdtYEEa6q"
      ]
    },
    "config_load_time": "2024-04-26T17:02:07.921Z",
    "connections": 30,
    "cores": 17,
    "cpu": 2,
    "gateway": {
      "auth_timeout": 19,
      "host": "nEVbuYTjdapdLrdn1",
      "name": "zyMHrtXEZ62MmaK4Xk",
      "port": 12,
      "tls_timeout": 32
    },
    "git_commit": "tUaMuUMNdru1aO896",
    "go": "Cm",
    "gomaxprocs": 10,
    "host": "192.0.2.213",
    "http_base_path": "awG2",
    "http_host": "h5xDmylbI0nuVCUhW5XyHHnyc",
    "http_port": 28,
    "http_req_stats": {},
    "https_port": 1,
    "in_bytes": 9,
    "in_msgs": 13,
    "jetstream": {
      "config": {
        "domain": "",
        "max_memory": 24,
        "max_storage": 9,
        "store_dir": "Q1Z6B6PXc3Wdi39t7vrg9udjAZO"
      },
      "meta": {
        "cluster_size": 21,
        "leader": "NkMosNX1U2FhNqNGAJJfGnPsppZ",
        "name": "12XDaZqDt55YTMD9Q7w"
      },
      "stats": {
        "accounts": 24,
        "api": {
          "errors": 12,
          "inflight": 23,
          "total": 24
        },
        "ha_assets": 15,
        "memory": 28,
        "reserved_memory": 31,
        "reserved_store": 27,
        "store": 30
      }
    },
    "leaf": {
      "auth_timeout": 2,
      "host": "",
      "port": 6,
      "tls_timeout": 24
    },
    "leafnodes": 28,
    "max_connections": 25,
    "max_control_line": 25,
    "max_payload": 3,
    "max_pending": 21,
    "mem": 19,
    "now": "2024-04-26T17:02:07.922Z",
    "out_bytes": 1,
    "out_msgs": 2,
    "ping_interval": 22,
    "ping_max": 3,
    "port": 4,
    "proto": 14,
    "remotes": 31,
    "routes": 22,
    "server_id": "cX0sbgeNEQD",
    "server_name": "Yei6zCoo1aiOBY2bbI7",
    "slow_consumers": 1,
    "start": "2024-04-26T17:02:07.922Z",
    "subscriptions": 14,
    "system_account": "42KS3a5y8w",
    "tls_timeout": 32,
    "total_connections": 32,
    "uptime": "pUcSuY32tkC7ynqHIVoADAaGYE",
    "version": "hV",
    "write_deadline": 1
  }
}