Generate Scheduled Backup download link
POST/projects/:projectId/providers/Aruba.Database/dbaas/:dbaasId/databases/:databaseName/backups/scheduled/:backupName/download
Generate Scheduled Backup download link
Request
Path Parameters
projectId stringrequired
unique identifier of the project CMP
dbaasId stringrequired
DBaaS instance containing the database to read.
databaseName stringrequired
name of the database to read.
backupName stringrequired
name of the backup to read.
Query Parameters
api-version string
The requested API version
Default value:
1Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
temporaryLinkstring
{
"temporaryLink": "string"
}
- Schema
- Example (from schema)
Schema
temporaryLinkstring
{
"temporaryLink": "string"
}
- Schema
- Example (from schema)
Schema
temporaryLinkstring
{
"temporaryLink": "string"
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error