Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2022-09-05 10:13:06
You can call this operation to obtain the zone information in which you can activate the cloud disk.
Parameter | Type | Required | Description |
---|---|---|---|
VolumeType | String | Yes | The type of the EBS volume. Valid values: ESSD_PL1/ESSD_PL2/ESSD_PL3/SSD3.0/EHDD |
Version | String | Yes | The API version. Valid value: 2016-03-04. |
Parameter | Type | Required | Description |
---|---|---|---|
RequestId | String | Yes | The request ID. |
AvailabilityZones | List | Yes | The list of Availability Zones. |
Request parameters
http://ebs.api.ksyun.com/
?Action=DescribeAvailabilityZones
&VolumeId=SSD3.0
&Version=2016-03-04
Response parameters
{
"RequestId": "111",
"AvailabilityZones": [
"cn-shanghai-3a",
"cn-shanghai-3b"
]
}
Pure Mode