latestOpenAPI 3.0.02026-08-2045003.8 MB
72813baf8d47
Stateful Node AWS
Import Multiple Instances from AWS
<ul> <li>Import multiple stateful instances from AWS into Stateful Node, preserving both instance data and persistence settings. <li>This call initiates migration for all instances and returns the associated migration IDs. <li>To check the status of multiple migrations, use the `Get Multiple Instance Migration Status` call. <li>Note: The response contains a `failures` field. In the event that one or more instances failed to migrate, this field will provide the corresponding resource IDs and error messages. If all migrations were successful, this field will return an empty list. <ul>post/aws/ec2/managedInstance/migration/bulk
Parameters
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
Request body
Example request
{
"migrations": [
{
"originalInstanceId": "i-123",
"region": "us-east-1",
"managedInstanceName": "us-east-1",
"product": "Linux/UNIX",
"spotInstanceTypes": [
"m3.large"
],
"availabilityZones": [
{
"name": "us-west-2c",
"subnetIds": [
"subnet-fdfb00a0"
]
}
]
}
]
}