Menampilkan semua zona di suatu Wilayah beserta jenis sistem file yang didukung di setiap zona.
Debugging
Parameter permintaan
| Parameter | Type | Required | Example | Description |
| Action | String | Yes | DescribeZones | Operasi yang ingin Anda lakukan. Tetapkan nilainya ke DescribeZones. |
| RegionId | String | Yes | cn-hangzhou | ID Wilayah tempat Anda ingin menanyakan zona. Anda dapat memanggil operasi DescribeRegions untuk menanyakan daftar Wilayah terbaru. |
| FileSystemType | String | No | standard | Jenis sistem file. Nilai yang valid:
Catatan Sistem file CPFS hanya tersedia di situs Tiongkok (aliyun.com). |
Parameter respons
| Parameter | Type | Example | Description |
| RequestId | String | A70BEE5D-76D3-49FB-B58F-1F398211**** | ID permintaan. |
| Zones | Array of Zone | Detail tentang zona. | |
| Zone | |||
| Performance | Array of String | nfs | Parameter ini dicadangkan. Anda dapat mengabaikan parameter ini. |
| Capacity | Array of String | nfs | Parameter ini dicadangkan. Anda dapat mengabaikan parameter ini. |
| ZoneId | String | cn-hangzhou-b | ID zona. |
| InstanceTypes | Array of InstanceType | Detail tentang jenis sistem file. | |
| InstanceType | |||
| StorageType | String | Capacity | Jenis penyimpanan.
Catatan Sistem file CPFS hanya tersedia di situs Tiongkok (aliyun.com). |
| ProtocolType | String | nfs | Jenis protokol.
Catatan Sistem file CPFS hanya tersedia di situs Tiongkok (aliyun.com). |
Contoh
Permintaan contoh
http(s)://[Endpoint]/?Action=DescribeZones
&RegionId=cn-hangzhou
&FileSystemType=standard
&<Common request parameters>Respons sukses contoh
XML format
JSON format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeZonesResponse>
<RequestId>A70BEE5D-76D3-49FB-B58F-1F398211****</RequestId>
<Zones>
<Performance>nfs</Performance>
<Capacity>nfs</Capacity>
<ZoneId>cn-hangzhou-b</ZoneId>
<InstanceTypes>
<StorageType>Capacity</StorageType>
<ProtocolType>nfs</ProtocolType>
</InstanceTypes>
</Zones>
</DescribeZonesResponse>HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "A70BEE5D-76D3-49FB-B58F-1F398211****",
"Zones" : [ {
"Performance" : [ "nfs" ],
"Capacity" : [ "nfs" ],
"ZoneId" : "cn-hangzhou-b",
"InstanceTypes" : [ {
"StorageType" : "Capacity",
"ProtocolType" : "nfs"
} ]
} ]
}Kode kesalahan
| HttpCode | Error code | Error message | Description |
| 404 | InvalidRegionId.NotFound | The specified Region is not found. | Pesan kesalahan dikembalikan karena Wilayah yang diminta tidak ada atau layanan kueri tidak tersedia di Wilayah ini. |
| 500 | InternalError | The request processing has failed due to some unknown error. | Pesan kesalahan dikembalikan karena permintaan gagal akibat kesalahan yang tidak diketahui. Coba lagi nanti. |
Untuk daftar kode kesalahan, kunjungi API Error Center.