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": true
  },
  "environment": "PREVIEW",
  "fs": {
    "ok": false
  },
  "git_hash": "RX5lnNhV",
  "pubsub": {
    "auth_timeout": 21,
    "cluster": {
      "addr": "2FxEEw",
      "auth_timeout": 1,
      "cluster_port": 3,
      "name": "OPh",
      "tls_timeout": 2,
      "urls": [
        "vhE0pcuJEAm4o4ATl1kquR0"
      ]
    },
    "config_load_time": "2024-11-20T19:29:24.016Z",
    "connections": 8,
    "cores": 29,
    "cpu": 32,
    "gateway": {
      "auth_timeout": 27,
      "host": "WrwD8jlireLC0SlGuti8bbRWS9u",
      "name": "G64w",
      "port": 1,
      "tls_timeout": 5
    },
    "git_commit": "6jJ",
    "go": "lzVu3sdQdvibBRtpBWQRP5civt",
    "gomaxprocs": 15,
    "host": "192.0.2.228",
    "http_base_path": "YSR14zoBlaP0Md94uR6f9q3ZkV",
    "http_host": "ECSZEUChza7MwcuKIe6",
    "http_port": 7,
    "http_req_stats": {},
    "https_port": 26,
    "in_bytes": 1,
    "in_msgs": 2,
    "jetstream": {
      "config": {
        "domain": "9B",
        "max_memory": 31,
        "max_storage": 22,
        "store_dir": "KY"
      },
      "meta": {
        "cluster_size": 3,
        "leader": "Ua9LRRH5U4HK",
        "name": "yAYz42xPrh"
      },
      "stats": {
        "accounts": 30,
        "api": {
          "errors": 25,
          "inflight": 15,
          "total": 11
        },
        "ha_assets": 29,
        "memory": 15,
        "reserved_memory": 15,
        "reserved_store": 9,
        "store": 27
      }
    },
    "leaf": {
      "auth_timeout": 6,
      "host": "lVqb4",
      "port": 3,
      "tls_timeout": 16
    },
    "leafnodes": 9,
    "max_connections": 2,
    "max_control_line": 21,
    "max_payload": 22,
    "max_pending": 27,
    "mem": 24,
    "now": "2024-11-20T19:29:24.016Z",
    "out_bytes": 31,
    "out_msgs": 12,
    "ping_interval": 21,
    "ping_max": 14,
    "port": 31,
    "proto": 11,
    "remotes": 10,
    "routes": 16,
    "server_id": "guO1dNUN4KgPNZbz3XpyMDV",
    "server_name": "VHQf3LflHiXpVmQrGBbv2iY4Yan",
    "slow_consumers": 15,
    "start": "2024-11-20T19:29:24.016Z",
    "subscriptions": 10,
    "system_account": "kuYgD41m9hkXHLhvOfol",
    "tls_timeout": 25,
    "total_connections": 13,
    "uptime": "bFe88Hn2PIX2M",
    "version": "rqmOaTwvF72iVq",
    "write_deadline": 17
  }
}