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": "mE4iPWHh62882U6",
  "pubsub": {
    "auth_timeout": 31,
    "cluster": {
      "addr": "lOYlm13nW6bRPpbPC",
      "auth_timeout": 15,
      "cluster_port": 20,
      "name": "woiq6kNEVv",
      "tls_timeout": 2,
      "urls": [
        "9OR48CbGUGlOwV9k"
      ]
    },
    "config_load_time": "2024-09-19T16:11:48.366Z",
    "connections": 16,
    "cores": 10,
    "cpu": 10,
    "gateway": {
      "auth_timeout": 12,
      "host": "jjJptkK1AX5GUWxwffwYF",
      "name": "6J",
      "port": 23,
      "tls_timeout": 13
    },
    "git_commit": "uUJrF1FyUUMzTByPQKYZc",
    "go": "b3XZjC7Rq",
    "gomaxprocs": 2,
    "host": "192.0.2.44",
    "http_base_path": "dKqQdXE1SkyC61ciDY",
    "http_host": "0q",
    "http_port": 28,
    "http_req_stats": {},
    "https_port": 9,
    "in_bytes": 32,
    "in_msgs": 23,
    "jetstream": {
      "config": {
        "domain": "a4O9J0XnhAnhn",
        "max_memory": 27,
        "max_storage": 10,
        "store_dir": "q4G"
      },
      "meta": {
        "cluster_size": 20,
        "leader": "wkTSD9RR9hsgKPEiZH0qIRUA",
        "name": "AiEWC7aj"
      },
      "stats": {
        "accounts": 23,
        "api": {
          "errors": 10,
          "inflight": 11,
          "total": 3
        },
        "ha_assets": 19,
        "memory": 3,
        "reserved_memory": 4,
        "reserved_store": 21,
        "store": 24
      }
    },
    "leaf": {
      "auth_timeout": 15,
      "host": "O3",
      "port": 21,
      "tls_timeout": 1
    },
    "leafnodes": 15,
    "max_connections": 19,
    "max_control_line": 4,
    "max_payload": 32,
    "max_pending": 20,
    "mem": 25,
    "now": "2024-09-19T16:11:48.366Z",
    "out_bytes": 31,
    "out_msgs": 7,
    "ping_interval": 8,
    "ping_max": 3,
    "port": 15,
    "proto": 22,
    "remotes": 14,
    "routes": 26,
    "server_id": "2B",
    "server_name": "eRpmcoTDccwBeJD4kC4fpW60",
    "slow_consumers": 1,
    "start": "2024-09-19T16:11:48.366Z",
    "subscriptions": 12,
    "system_account": "hiffgbP0IbKHFfjPLDUixpZDE",
    "tls_timeout": 21,
    "total_connections": 9,
    "uptime": "lO1NxSvSTN82AmBsX3",
    "version": "c7ShpTlH2C0jalvtGn86NZEKYmoG",
    "write_deadline": 31
  }
}