Updates a migration task.
Debugging
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:
- The required resource types are displayed in bold characters.
- 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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mse:UpdateMigrationTask | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RequestPars | string | No | The extended request parameters in the JSON format. | {} |
Id | string | No | The ID of the task. | 1 |
ClusterType | string | No | The type of the instance. Valid values:
| Nacos-Ans |
OriginInstanceAddress | string | No | The address of the source instance node. | 192.168.1.1:8848 |
OriginInstanceName | string | No | The name of the source instance. | Source instance |
OriginInstanceNamespace | string | No | The list of namespaces. This parameter is optional if you want to migrate applications from a Nacos instance. | namesapceId1,namesapceId2 |
TargetInstanceId | string | No | The ID of the destination instance. | mse-cn-ud82***** |
TargetClusterName | string | No | The name of the destination instance. | Destination instance |
TargetClusterUrl | string | No | The URL of the destination instance. | mse-66*****-nacos-ans.mse.aliyuncs.com:8848 |
ProjectDesc | string | No | The description. | This is a description. |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpCode": "200",
"Data": {
"Id": "1",
"UserId": "183876217*****",
"ClusterType": "Nacos-Ans",
"OriginInstanceAddress": "192.168.100.2:2181",
"OriginInstanceName": "src",
"OriginInstanceNamespace": "fsdfsdfdsf",
"TargetInstanceId": "mse-cn-zvp2u*****",
"TargetClusterName": "multiple-nacos",
"TargetClusterUrl": "mse-0b*****-nacos-ans.mse.aliyuncs.com:8848",
"ProjectDesc": "1232345",
"GmtCreate": "2022-01-07T10:07:57.000+0000",
"GmtModified": "2022-01-07T10:07:57.000+0000"
},
"RequestId": "AF21683A-29C7-4853-AC0F-B5ADEE4****",
"Message": "The request was successfully processed.\n",
"ErrorCode": "mse-100-000",
"Success": true
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | NotFound | Not found:%s | The resource does not exist:%s |
500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-27 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
2023-08-24 | The internal configuration of the API is changed, but the call is not affected | View Change Details |