Etcd · Schema

StatusResponse

Response from a member status query

Cloud-NativeConsensusDistributed SystemsGraduatedKey-Value StoreKubernetes

Properties

Name Type Description
header object
version string etcd version of the member
dbSize string Size of the backend database in bytes
dbSizeInUse string Size of the backend database in bytes actually in use
leader string Member ID of the current cluster leader
raftIndex string Current Raft index of the member
raftTerm string Current Raft term of the member
raftAppliedIndex string Current Raft applied index of the member
errors array List of active alarms or errors on the member
isLearner boolean True if this member is a non-voting learner
View JSON Schema on GitHub

JSON Schema

etcd-statusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusResponse",
  "title": "StatusResponse",
  "type": "object",
  "description": "Response from a member status query",
  "properties": {
    "header": {
      "$ref": "#/components/schemas/ResponseHeader"
    },
    "version": {
      "type": "string",
      "description": "etcd version of the member"
    },
    "dbSize": {
      "type": "string",
      "description": "Size of the backend database in bytes"
    },
    "dbSizeInUse": {
      "type": "string",
      "description": "Size of the backend database in bytes actually in use"
    },
    "leader": {
      "type": "string",
      "description": "Member ID of the current cluster leader"
    },
    "raftIndex": {
      "type": "string",
      "description": "Current Raft index of the member"
    },
    "raftTerm": {
      "type": "string",
      "description": "Current Raft term of the member"
    },
    "raftAppliedIndex": {
      "type": "string",
      "description": "Current Raft applied index of the member"
    },
    "errors": {
      "type": "array",
      "description": "List of active alarms or errors on the member",
      "items": {
        "type": "string"
      }
    },
    "isLearner": {
      "type": "boolean",
      "description": "True if this member is a non-voting learner"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/etcd-statusresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.