Migrates multiple instances affected by specified events, either immediately or at a scheduled time.
Operation description
Description
-
This operation currently supports only the
Instance:SystemUpgrade.Migrateevent type. This event is triggered when an instance must be migrated due to an underlying system upgrade.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:BatchEventMigrateInstance |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventInfos |
array<object> |
No |
A list of events. |
|
|
object |
No |
An event object. |
||
| EventId |
string |
Yes |
The event ID. The ID must be in the |
e-d71ff150945b9c02eb6ebc0016328468 |
| ResourceId |
string |
Yes |
The resource ID. The ID must be in the |
i-55qi8m11rr53c4i964md8a00l |
| PlanTime |
integer |
No |
The scheduled execution time as a Unix timestamp in milliseconds. This parameter is required if you set |
1742452232000 |
| OpsType |
string |
Yes |
The operation type. Valid values:
|
immediate |
| DataPolicy |
string |
No |
The data migration policy. Valid values:
|
abandon |
| Password |
string |
No |
The instance password. This parameter is optional. If this parameter is omitted, the system generates a random password. The password must be 8 to 30 characters long and contain uppercase and lowercase letters, and digits. Note: Passwords cannot be specified for scheduled executions. |
AAaa1234 |
| PlanUtcTime |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
FF53E96D-3F1A-42F0-8373-1C2B39D72D44 |
| Results |
array<object> |
A list of results. |
|
|
object |
A result object. |
||
| Code |
integer |
The status code. |
200 |
| EventId |
string |
The event ID. |
e-d71ff150945b9c02eb6ebc0016328468 |
| Message |
string |
The error message returned if |
success |
| ResourceId |
string |
The resource ID. |
i-55qi8m11rr53c4i964md8a00l |
Examples
Success response
JSON format
{
"RequestId": "FF53E96D-3F1A-42F0-8373-1C2B39D72D44",
"Results": [
{
"Code": 200,
"EventId": "e-d71ff150945b9c02eb6ebc0016328468",
"Message": "success",
"ResourceId": "i-55qi8m11rr53c4i964md8a00l\n"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.