ReplaceSystemDisk
Replace the system disk of Alibaba Cloud ECS instances to update or change the operating system, using specified image files across multiple instances.
Instructions
批量替换ECS实例的系统盘,更换操作系统
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ImageId | Yes | 镜像ID | |
InstanceIds | Yes | AlibabaCloud ECS instance ID List | |
RegionId | No | AlibabaCloud region ID | cn-hangzhou |
Input Schema (JSON Schema)
{
"properties": {
"ImageId": {
"description": "镜像ID",
"title": "Imageid",
"type": "string"
},
"InstanceIds": {
"description": "AlibabaCloud ECS instance ID List",
"items": {
"type": "string"
},
"title": "Instanceids",
"type": "array"
},
"RegionId": {
"default": "cn-hangzhou",
"description": "AlibabaCloud region ID",
"title": "Regionid",
"type": "string"
}
},
"required": [
"InstanceIds",
"ImageId"
],
"title": "ReplaceSystemDiskArguments",
"type": "object"
}