All Products
Search
Document Center

Microservices Engine:AddMigrationTask

Last Updated:May 08, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Create a new migration task

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
mse:AddMigrationTaskcreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RequestParsstringNo

Extended request parameters, in JSON format.

{}
ClusterTypestringNo

Cluster type.

  • Nacos-Ans
  • ZooKeeper
  • Eureka
Nacos-Ans
OriginInstanceAddressstringNo

Source instance node address.

192.168.1.1:8848
OriginInstanceNamestringNo

Source instance name.

Source instance
OriginInstanceNamespacestringNo

Namespace list, required when the source cluster is Nacos.

namesapceId1,namesapceId2
TargetInstanceIdstringNo

Target instance ID.

mse-cn-ud82*****
TargetClusterNamestringNo

Target instance name.

Destination instance
TargetClusterUrlstringNo

Target instance URL.

mse-66*****-nacos-ans.mse.aliyuncs.com:8848
ProjectDescstringNo

Description.

This is a description.
SyncTypestringNo

SyncType

Enumeration Value:
  • All: All.
  • Config: Config.
  • Service: Service.
Service
AcceptLanguagestringNo

Language type of the returned information:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

Data structure.

Dataobject

Data structure.

Idstring

Task ID.

12
UserIdstring

User ID.

183876217*****
ClusterTypestring

Cluster type.

  • Nacos-Ans
  • ZooKeeper
  • Eureka
Nacos-Ans
OriginInstanceAddressstring

Source instance node address.

192.168.1.1:8848
OriginInstanceNamestring

Source instance name.

Source instance
OriginInstanceNamespacestring

Namespace list, required when the source cluster is Nacos.

namesapceId1,namesapceId2
TargetInstanceIdstring

Target instance ID.

mse-cn-7pp2w*****
TargetClusterNamestring

Target instance name.

Destination instance
TargetClusterUrlstring

Target instance URL.

mse-94d****-nacos-ans.mse.aliyuncs.com:8848
ProjectDescstring

Description.

testsdfsdfsd
SyncTypestring

SyncType

Service
RequestIdstring

Request ID.

7466566F-F30F-4A29-965D-3E0AF21D****
Messagestring

Message.

The request is processed successfully.
ErrorCodestring

Error code.

mse-100-000

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Id": 12,
    "UserId": "183876217*****",
    "ClusterType": "Nacos-Ans",
    "OriginInstanceAddress": "192.168.1.1:8848\n",
    "OriginInstanceName": "Source instance\n",
    "OriginInstanceNamespace": "namesapceId1,namesapceId2",
    "TargetInstanceId": "mse-cn-7pp2w*****",
    "TargetClusterName": "Destination instance\n",
    "TargetClusterUrl": "mse-94d****-nacos-ans.mse.aliyuncs.com:8848",
    "ProjectDesc": "testsdfsdfsd",
    "SyncType": "Service"
  },
  "RequestId": "7466566F-F30F-4A29-965D-3E0AF21D****",
  "Message": "The request is processed successfully.",
  "ErrorCode": "mse-100-000",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-27The request parameters of the API has changed. The response structure of the API has changedView Change Details
2023-08-24The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-04-10The request parameters of the API has changed. The response structure of the API has changedView Change Details