restore-archive
To restore archived data you should start restoration process with /execution/aidbox.archive/restore-archive
task.
restore-archive properties:
Properties
Required
Description
archiveId
archiveId
property of succeeded create-archive status response if it archived at least 1 row.
POST /execution/aidbox.archive/restore-archive
accept: text/yaml
content-type: text/yaml
archiveId: cd4d62de-10fb-452f-84c1-52ce9d6300f7
To fetch status of the task make /execution/aidbox.archive/restore-archive/[task_id]
request with id from restore-archive response:
GET /execution/aidbox.archive/restore-archive/ff0fa264-bad5-48f9-b4b3-f9588a64265f
accept: text/yaml
content-type: text/yaml
Last updated
Was this helpful?