最近更新时间:2022-07-12 18:16:23
本接口(DescribeEbsInstances)用于查询指定可用区下可以挂载云硬盘的主机。
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
AvailabilityZone | String | 是 | 指定获取某个AZ的可用主机 |
VolumeType | String | 是 | 磁盘类型:ESSD_PL1/ESSD_PL2/ESSD_PL3/SSD3.0/EHDD |
Version | String | 是 | API版本号,传2016-03-04 |
名称 | 类型 | 是否必返回 | 描述 |
---|---|---|---|
RequestId | String | 是 | 唯一请求ID,每次请求都会返回 |
Instances | List | 否 | 可挂载主机的相关信息 |
InstanceId | String | 否 | 主机实例ID |
InstanceName | String | 否 | 主机名称 |
InstanceIp | String | 否 | 主机内网IP |
输入参数
http://ebs.api.ksyun.com/
?Action=DescribeEbsInstances
&Version=2016-03-04
输出参数
{
"RequestId": "6e2682a1-5968-42f5-80e5-284aae218df0",
"Instances": [
{
"InstanceId": "b338e59b-cac0-4e65-b9c4-a4d67f2710ff",
"InstanceName": "zhangyun-test-0122",
"InstanceIp": "10.0.0.14",
"InstanceEnable": false
},
{
"InstanceId": "0a1b884c-4ca0-4608-ad0e-4006043724c8",
"InstanceName": "public-io-test-no-del",
"InstanceIp": "10.0.0.20",
"InstanceEnable": true
},
{
"InstanceId": "40554d1c-9d06-4440-8ad1-1e7ff67be715",
"InstanceName": "public-vm-test-no-del",
"InstanceIp": "10.0.1.9",
"InstanceEnable": true
}
]
}
纯净模式