tencent cloud

文档反馈

DescribeIncrementalMigration

最后更新时间:2023-09-18 11:41:51

1. API Description

Domain name for API request: sqlserver.tencentcloudapi.com.

This API is used to query an incremental backup import task.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeIncrementalMigration.
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.
BackupMigrationId Yes String Backup import task ID, which is returned through the API CreateBackupMigration
InstanceId Yes String ID of imported target instance
BackupFileName No String Backup file name
StatusSet.N No Array of Integer Status set of import tasks
Limit No Integer The maximum number of results returned per page. Default value: 100.
Offset No Integer Page number. Default value: 0.
OrderBy No String Sort by field. Valid values: name, createTime, startTime, endTime. By default, the results returned are sorted by createTime in the ascending order.
OrderByType No String Sorting order which is valid only when OrderBy is specified. Valid values: asc (ascending), desc (descending). Default value: asc.
IncrementalMigrationId No String Incremental backup import task ID, which is returned through the CreateIncrementalMigration API.

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of import tasks
IncrementalMigrationSet Array of Migration Incremental import task set
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Querying incremental backup import tasks

Input Example

https://sqlserver.tencentcloudapi.com/?Action=DescribeIncrementalMigration
&BackupMigrationId=mssql-backup-migration-cg0ffgqt
&BackupFileName=cvm
&Limit=100
&Offset=0
&OrderBy=createTime
&OrderByType=desc
&IncrementalMigrationId=mssql-incremental-migration-kp7bgv8p
&StatusSet.0=2
&InstanceId=mssql-rdc0gajn
&<Common request parameters>

Output Example

{
    "Response": {
        "IncrementalMigrationSet": [
            {
                "Action": {
                    "AllAction": [
                        "start",
                        "delete",
                        "incremental",
                        "modify",
                        "view",
                        "upload"
                    ],
                    "AllowedAction": [
                        "view",
                        "modify",
                        "delete",
                        "upload",
                        "start"
                    ]
                },
                "AppId": 251006279,
                "BackupFiles": [
                    "db_cvm_1_20200927204209_2log2_2noreconvery2.bak"
                ],
                "CreateTime": "2020-09-27 20:44:59",
                "Detail": {
                    "Progress": 0,
                    "StepAll": 0,
                    "StepInfo": [],
                    "StepNow": 0
                },
                "EndTime": "0000-00-00 00:00:00",
                "InstanceId": "mssql-rdc0gajn",
                "IsRecovery": "NO",
                "Message": "",
                "MigrationId": "mssql-incremental-migration-kp7bgv8p",
                "MigrationName": "",
                "RecoveryType": "FULL_LOG",
                "Region": "ap-guangzhou",
                "StartTime": "0000-00-00 00:00:00",
                "Status": 2,
                "UploadType": "COS_UPLOAD"
            }
        ],
        "RequestId": "6dc136cb-e2e8-42b7-babc-2fc3b6f50d3d",
        "TotalCount": 1
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.DBError Database error
InternalError.SystemError System error.
InvalidParameter.ParamsAssertFailed An error occurred while converting parameter assertion.
UnauthorizedOperation.PermissionDenied CAM authentication error.