Weaviate · Example Payload

Weaviate Replication Replicate Details Replica Response Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Top-level fields

idshardcollectionsourceNodetargetNodetypeuncancelablescheduledForCancelscheduledForDeletestatusstatusHistorywhenStartedUnixMs

Example Payload

Raw ↑
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "shard": "example-wtfyjike",
  "collection": "example-xpojefwh",
  "sourceNode": "example-gjczrdxd",
  "targetNode": "example-qhptlfkl",
  "type": "COPY",
  "uncancelable": true,
  "scheduledForCancel": true,
  "scheduledForDelete": true,
  "status": {
    "id": "example-id"
  },
  "statusHistory": [
    {
      "id": "example-id"
    }
  ],
  "whenStartedUnixMs": 47
}