Weaviate · Schema

RaftStatistics

The definition of Raft statistics.

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
appliedIndex string
commitIndex string
fsmPending string
lastContact string
lastLogIndex string
lastLogTerm string
lastSnapshotIndex string
lastSnapshotTerm string
latestConfiguration object Weaviate Raft nodes.
latestConfigurationIndex string
numPeers string
protocolVersion string
protocolVersionMax string
protocolVersionMin string
snapshotVersionMax string
snapshotVersionMin string
state string
term string
View JSON Schema on GitHub

JSON Schema

weaviate-raft-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-raft-statistics-schema.json",
  "title": "RaftStatistics",
  "description": "The definition of Raft statistics.",
  "type": "object",
  "properties": {
    "appliedIndex": {
      "type": "string"
    },
    "commitIndex": {
      "type": "string"
    },
    "fsmPending": {
      "type": "string"
    },
    "lastContact": {
      "type": "string"
    },
    "lastLogIndex": {
      "type": "string"
    },
    "lastLogTerm": {
      "type": "string"
    },
    "lastSnapshotIndex": {
      "type": "string"
    },
    "lastSnapshotTerm": {
      "type": "string"
    },
    "latestConfiguration": {
      "type": "object",
      "description": "Weaviate Raft nodes."
    },
    "latestConfigurationIndex": {
      "type": "string"
    },
    "numPeers": {
      "type": "string"
    },
    "protocolVersion": {
      "type": "string"
    },
    "protocolVersionMax": {
      "type": "string"
    },
    "protocolVersionMin": {
      "type": "string"
    },
    "snapshotVersionMax": {
      "type": "string"
    },
    "snapshotVersionMin": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "term": {
      "type": "string"
    }
  }
}

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/weaviate-raft-statistics"
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.