Weaviate · Example Payload

Weaviate Replication Replicate Details Replica Status Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Replicate Details Replica Status Example is an example object payload from Weaviate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statewhenStartedUnixMserrors

Example Payload

Raw ↑
{
  "state": "REGISTERED",
  "whenStartedUnixMs": 47,
  "errors": [
    {
      "id": "example-id"
    }
  ]
}