get https://api.compose.io/2016-07/deployments//backups/
Fetch information for a specific backup.
This endpoint returns a single backup associated with the backup id and deployment id used in the path parameters. It returns the same information as the /2016-07/deployments/:deployment_id/backup endpoint along with the backup's download link. The key/values are detailed below:
Returned JSON
Key | Value |
---|---|
id | ID of the backup requested. |
deployment_id | The ID of the deployment that is associated with the backup. |
name | Name of the backup - the time that the backup was created. |
type | The type of backup: daily, weekly, monthly, and on demand. |
status | The status of the backup (whether or not the backup has finished being created). |
is_downloadable | Whether or not this backup can be downloaded. Can be true or false. |
download_link | Download link for the backup. |