You can call this operation to query the link for downloading a backup set of OceanBase Database.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
DownloadTaskId | string | Yes | The ID of the download task corresponding to the target backup set. | 1000002 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C",
"Data": {
"DownloadTaskId": 1000002,
"DownloadTaskStatus": "RUNNING",
"DownloadTaskCreateTime": "2020-05-22T17:04:18",
"BackupRestorableTime": "yyyy-MM-dd HH:mm:ss",
"BackupSetId": "bak-4n****gacpa8",
"InternalUrl": "http://bucket.oss-region-internal.aliyuncs.com/xxxxx",
"UrlExpiredTime": "2024-01-04 17:39:49",
"UrlAliveTime": 3600
}
}
Error codes
For a list of error codes, visit the Service error codes.