描述当前可使用的镜像信息,包括私有镜像和公共镜像
名称 | 类型 | 是否可缺省 | 有效值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeImages | 系统规定参数。取值:DescribeImages。 |
ImageId | String | 是 | b1e3731b-c200-4499-be42-f6bfbbda990e。 | 镜像ID。 |
ImageType | String | 是,默认system,可选custom、share | system | 镜像分类。 |
名称 | 类型 | 有效值 | 描述 |
---|---|---|---|
RequestId | String | 037c5fd9-d457-4442-b9fb-31f83a6257ad004 | 请求ID。 |
ImagesSet | 镜像(Image)列表 | —————— | 镜像集合。 |
在cn-beijing-6这个region,描述全部可用镜像
http://kec.cn-beijing-6.api.ksyun.com/?Action=DescribeImages&Version=2016-03-04
{
"RequestId": "037c5fd9-d457-4442-b9fb-31f83a6257ad004",
"Type": "CommonImage",
"AvailabilityZone": "",
"ImagesSet": [
{
"ImageId": "b1e3731b-c200-4499-be42-f6bfbbda990e",
"ContainerFormat": "assembled_image",
"SnapshotSet": [
{
"SnapshotId": "bdab75eb-af40-4845-80e7-e31bb8dd492b",
"DiskType": "ebs_snapshot",
"DiskSize": 20,
"Type": "system"
},
{
"SnapshotId": "51b6df42-4525-4704-bbec-2c89a82368df",
"DiskType": "ebs_snapshot",
"DiskSize": 10,
"Type": "data"
},
{
"SnapshotId": "6d8b9429-6f24-4b23-aba9-b4861df69fac",
"DiskType": "ebs_snapshot",
"DiskSize": 30,
"Type": "data"
}
],
"Type": "CommonImage",
"Name": "aaa",
"ImageState": "active",
"CreationDate": "2020-11-18T11:52:18Z",
"Platform": "centos-8.0",
"IsPublic": false,
"IsNpe": true,
"UserCategory": "common",
"SysDisk": 20,
"Progress": "100",
"ImageSource": "extend",
"CloudInitSupport": true,
"Ipv6Support": false,
"IsModifyType": false,
"IsCloudMarket": false
}
]
}
文档内容是否对您有帮助?
评价建议不能为空
非常感谢您的反馈,我们会继续努力做到更好!