tidb · Example Payload

Tidb Http Api Get Status Example

Tidb Http Api Get Status Example is an example object payload from tidb, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "http://tidb-node:10080/status",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "connections": 42,
      "server_version": "8.0.11-TiDB-v7.1.0",
      "git_hash": "c4b2aa6...",
      "uptime": 1209600
    }
  }
}