tencent cloud

Feedback

CreateMigrateCheckJob

Last updated: 2018-09-18 17:00:22
The documentation is not available now.

    1. API Description

    Domain name for API request: dts.tencentcloudapi.com

    This API is used to create a migration verification task. Before migration, this API must be called to create a verification task. The migration can only be performed after a successful verification. The verification result can be queried via DescribeMigrateCheckJob. To modify the verified migration task, you should create a new verification task and perform migration after it is successfully verified.

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

    Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: dts.ap-shanghai-fsi.tencentcloudapi.com

    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 parameter. The value used for this API: CreateMigrateCheckJob
    Version Yes String Common parameter. The value used for this API: 2018-03-30
    Region Yes String Common parameter. For more information, please see the list of regions supported by the product.
    JobId Yes String ID of a data migration task

    3. Output Parameters

    Parameter Name Type Description
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Error Codes

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation.NotAllowOperation Prohibits the operation.
    InternalError.AddTaskError Failed to add an async task.
    InternalError.DatabaseError Access to the database on the migration platform failed.
    InternalError.DuplicateJob Migration task conflict.
    InternalError.LockError Lock conflict.
    InternalError.ProtocolError Communication protocol error.
    InvalidParameter Parameter error
    LimitExceeded.MaxUnusedJobs The number of idle migration tasks exceeds the limit.
    ResourceNotFound.JobNotExist The migration task does not exist.

    5. Example

    Example 1 Create a migration verification task

    Input example

    https://dts.tencentcloudapi.com/?Action=CreateMigrateCheckJob
    &JobId=dts-1kl0iy0v
    &<Common request parameters>

    Output example

    {
      "Response": {
        "RequestId": "46b45da1-3e8e-4ef2-8de8-b1bffa027385"
      }
    }

    6. Other Resources

    Cloud API 3.0 comes with the following development tools to make it easier to call the API.