Weaviate · JSON Structure

Weaviate Replication Scale Apply Response Structure

Response for the POST /replication/scale endpoint containing the list of initiated shard copy operation IDs.

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Scale Apply Response Structure is a JSON Structure definition published by Weaviate, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

operationIds planId collection

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-replication-scale-apply-response-structure.json",
  "title": "ReplicationScaleApplyResponse",
  "description": "Response for the POST /replication/scale endpoint containing the list of initiated shard copy operation IDs.",
  "type": "object",
  "properties": {
    "operationIds": {
      "type": "array",
      "description": "List of shard copy operation IDs created during scaling."
    },
    "planId": {
      "type": "uuid",
      "description": "The unique identifier of the replication scaling plan that generated these operations."
    },
    "collection": {
      "type": "str",
      "description": "The name of the collection associated with this replication scaling plan."
    }
  }
}