restore-archive
To restore archived data you should start restoration process with /execution/aidbox.archive/restore-archive
task.
Make sure that archived data is deleted from your database before restoring it. You can make this automatically with pruneArchivedData
parameter of create-archive request.
Restoring data that already stored in your database may cause duplication exceptions.
restore-archive properties:
Properties
Required
Description
archiveId
archiveId
property of succeeded create-archive status response if it archived at least 1 row.
To fetch status of the task make /execution/aidbox.archive/restore-archive/[task_id]
request with id from restore-archive response:
Last updated