Backup Destinations /
Get backup destination
View a backup destination, including secrets.
Required permission
Account > BackupDestinations > General > Read
Path parameters
backupDestinationId
string requiredID of the backup destination
Response body
- {object}Response object.
data
{object} requiredResult data.name
string requiredThe name of the backup destination.min length3max length100pattern^[a-zA-Z0-9]+((-|\s)[a-zA-Z0-9]+)*$description
stringmax length200pattern^[a-zA-Z0-9.,?\s\\/'"()[\];`%^&*\-_:!]+$type
string requiredType of the backup destination.one ofs3prefix
string requiredA prefix path to add to the bucket objects if not writing to /pattern^([a-zA-Z0-9-_]+)\/$credentials
{object} requiredCredentials used for the backup destination.accessKey
string requiredsecretKey
string requiredbucketName
string requiredregion
string requiredendpoint
string requiredS3 destination including region, fe s3.us-west-2.amazonaws.comid
string requiredIdentifier for the backup destinationcreatedAt
stringtime of creationupdatedAt
stringtime of update
API
CLI
JS Client
GET /v1/backup-destinations/{backupDestinationId}
Example response
200 OK
Details of the backup destination.
JSON
{
"data": {
"name": "Example Backup Destination",
"id": "example-backup-destination"
}
}