hub.backup.restore
- Restore hub backup by it’s key and uuid. Existing backups can be retrieved via hub.backups.list method.
Edit
Broadcasts | Description |
---|---|
hub.backup.restore.progress | Restoring backup progress information |
Edit
{
"method": "hub.backup.restore",
"id": "_ID_",
"params": {
"key": "6Q3ddba8...vSvxutVC",
"uuid": "6cfa2d40-...-b5665010194e"
}
}
Edit
Field | Description |
---|---|
key | Backup key from hub.backups.list |
uuid | Backup uuid from hub.backups.list |
Edit
{
"error": null,
"id": "_ID_",
"method": "hub.backup.restore",
"result": {}
}