get http://<host>:9100/api/versioned/v1/backups/
Get backup information
This endpoint can be used to poll the status of backup, given the backup ID. It will return a JSON object describing the backup, and the status
section will either say SUCCEEDED
, PENDING
, RUNNING
, or FAILED
.
Omit the optional backup ID to get all backups.
Response Fields
Field | Description |
---|---|
id | Required. The ID of the backup started. Unique across the entire deployment of Tamr. |
type | The type of operation. |
description | A description of the backup. |
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 backed-up. |
lastModified | A JSON object, containing a field for who modified it, time modified and version of Tamr being backed-up. |
result | The result of the backup. |
relativeId | The relative ID of the backup. A shortened version of the full ID. |