Weaviate · JSON Structure

Weaviate Backup Restore Status Response Structure

The definition of a backup restore metadata.

Type: object Properties: 5
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Backup Restore Status Response Structure is a JSON Structure definition published by Weaviate, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id backend path error status

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-backup-restore-status-response-structure.json",
  "title": "BackupRestoreStatusResponse",
  "description": "The definition of a backup restore metadata.",
  "type": "object",
  "properties": {
    "id": {
      "type": "str",
      "description": "The ID of the backup. Must be URL-safe and work as a filesystem path, only lowercase, numbers, underscore, minus characters allowed."
    },
    "backend": {
      "type": "str",
      "description": "Backup backend name e.g. filesystem, gcs, s3."
    },
    "path": {
      "type": "str",
      "description": "Destination path of backup files valid for the selected backup backend, contains bucket and path."
    },
    "error": {
      "type": "str",
      "description": "Error message if backup restoration failed."
    },
    "status": {
      "type": "str",
      "description": "Phase of backup restoration process."
    }
  }
}