Weaviate Backup Restore Response Structure is a JSON Structure definition published by Weaviate, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-backup-restore-response-structure.json",
"title": "BackupRestoreResponse",
"description": "The definition of a backup restore response body.",
"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."
},
"classes": {
"type": "array",
"description": "The list of collections (classes) for which the backup restoration process was started."
},
"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 backend."
},
"error": {
"type": "str",
"description": "Error message if backup restoration failed."
},
"status": {
"type": "str",
"description": "Phase of backup restoration process."
}
}
}
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.