get http://<host>:9100/api/versioned/v1/instance/restore
Restore in Progress
If the restore is still in progress, the status will only note the time started. Once the restore has finished, the status will be fully populated.
Response Fields
Field | Description |
---|---|
id | The ID of the restore started. Unique across the entire deployment of Tamr. |
type | The type of operation. |
description | A description of the restore. |
status | A JSON object, containing a field for state of the backup, start time, and end time if applicable. |
created | A JSON object, containing a field for who created it, time created and version of Tamr being restored. |
lastModified | A JSON object, containing a field for who modified it, time modified and version of Tamr being restored. |
relativeId | The relative ID of the restore. A shortened version of the full ID. |