get http://localhost:9100/api/versioned/v1/backups
On success, calls provide an array of JSON objects with information about each available backup file.
Key | Value Description |
---|---|
id | The deployment-specific ID for the backup. Unique across the Tamr Core deployment. Example: unify://unified-data/v1/backups/2022-01-10_20-15-22-920 To identify the backup in other API calls, you use the numeric value after backups/ . |
relativeId | The ID of the backup stripped of the instance name and backups/ . |
user | The username that initiated the backup. |
backupPath | The backup file's location. |
state | The processing status of the backup: SUCCEEDED, PENDING, RUNNING, or FAILED. |
stage | An indicator of what has been completed of the backup procedures. |
errorMessage | Description of the error for a backup that was prevented from running, such as another backup already in progress. |
created | The timestamp for when the backup was created. |
lastModified | The timestamp when the backup was modified. |