Domain name for API request: sqlserver.tencentcloudapi.com.
This API is used to query the size of uploaded backup files. It is valid if the backup file type is COS_UPLOAD
(the file is stored in COS).
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeBackupUploadSize. |
Version | Yes | String | Common Params. The value used for this API: 2018-03-28. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | ID of imported target instance |
BackupMigrationId | Yes | String | Backup import task ID, which is returned through the API CreateBackupMigration |
IncrementalMigrationId | No | String | Incremental import task ID |
Parameter Name | Type | Description |
---|---|---|
CosUploadBackupFileSet | Array of CosUploadBackupFile | Information of uploaded backups |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupUploadSize
&InstanceId=mssql-rdc0gajn
&BackupMigrationId=mssql-backup-migration-kpl74n9l
&<common request parameters>
{
"Response": {
"CosUploadBackupFileSet": [
{
"FileName": "db1.bak",
"Size": 172032
}
],
"RequestId": "15455085-fe18-4c19-a463-5494451fb0f0"
}
}
https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupUploadSize
&InstanceId=mssql-rdc0gajn
&BackupMigrationId=mssql-backup-migration-cg0ffgqt
&IncrementalMigrationId=mssql-incremental-migration-kp7bgv8p
&<common request parameters>
{
"Response": {
"CosUploadBackupFileSet": [
{
"FileName": "db_cvm_1_20200927204209_2log2_2noreconvery2.bak",
"Size": 28672
},
{
"FileName": "db_cvm_3_20200927204219_2log2_2noreconvery2.bak",
"Size": 40960
}
],
"RequestId": "08218621-158d-49df-8366-dfa7958a1ffd"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.CosError | COS API error. |
InternalError.DBError | Database error |
InvalidParameter.ParamsAssertFailed | An error occurred while converting parameter assertion. |
InvalidParameterValue.CosPathError | Wrong upload path. |
ResourceNotFound.FullBackupMigrationNotExist | The full backup import task does not exist. |
ResourceNotFound.IncreBackupMigrationNotExist | The incremental backup import task does not exist. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?