All Products
Search
Document Center

Serverless App Engine:DescribeRegions

Last Updated:Jun 11, 2026

Mengkueri region yang tersedia.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

GET /pop/v1/paas/regionConfig HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

Tidak ada parameter yang diperlukan.

Elemen respons

Element

Type

Description

Example

object

Data yang dikembalikan.

Message

string

Informasi tambahan tentang respons.

success

RequestId

string

ID permintaan.

DDE85827-B0B3-4E56-86E8-17C42009****

Regions

object

Region

array<object>

Daftar region.

array<object>

Detail untuk sebuah region.

LocalName

string

The region name. Valid values:

  • China (Hangzhou)

  • China (Shanghai)

  • China (Beijing)

  • China (Zhangjiakou)

  • China (Shenzhen)

  • China (Guangzhou)

  • China (Hong Kong)

  • Singapore

  • US (Silicon Valley)

China (Hong Kong)

RegionEndpoint

string

The endpoint for the region. Valid values:

  • sae.cn-hangzhou.aliyuncs.com

  • sae.cn-shanghai.aliyuncs.com

  • sae.cn-beijing.aliyuncs.com

  • sae.cn-zhangjiakou.aliyuncs.com

  • sae.cn-shenzhen.aliyuncs.com

  • sae.cn-guangzhou.aliyuncs.com

  • sae.cn-hongkong.aliyuncs.com

  • sae.ap-southeast-1.aliyuncs.com

  • sae.us-west-1.aliyuncs.com

sae.cn-hongkong.aliyuncs.com

RegionId

string

The region ID. Valid values:

  • cn-hangzhou: the ID of the China (Hangzhou) region

  • cn-shanghai: the ID of the China (Shanghai) region

  • cn-beijing: the ID of the China (Beijing) region

  • cn-zhangjiakou: the ID of the China (Zhangjiakou) region

  • cn-shenzhen: the ID of the China (Shenzhen) region

  • cn-guangzhou: the ID of the China (Guangzhou) region

  • cn-hongkong: the ID of the China (Hong Kong) region

  • ap-southeast-1: the ID of the Singapore region

  • us-west-1: the ID of the US (Silicon Valley) region

cn-hongkong

RecommendZones

object

RecommendZone

array

The recommended zones.

string

The recommended zones. Recommended zones have relatively sufficient resources in each region. Format:

  • If a region contains recommended zones, this parameter is returned in the "RecommendZone": ["cn-hongkong-b", "cn-hongkong-d", "cn-hongkong-c"] format.

  • If a region does not contain recommended zones, this parameter is returned in the "RecommendZone": [] format.

cn-hongkong-b

Code

integer

Kode status HTTP. Nilai yang valid:

  • 2xx: Berhasil.

  • 3xx: Pengalihan.

  • 4xx: Kesalahan klien.

  • 5xx: Kesalahan server.

200

Contoh

Respons sukses

JSONformat

{
  "Message": "success",
  "RequestId": "DDE85827-B0B3-4E56-86E8-17C42009****",
  "Regions": {
    "Region": [
      {
        "LocalName": "China (Hong Kong)",
        "RegionEndpoint": "sae.cn-hongkong.aliyuncs.com",
        "RegionId": "cn-hongkong",
        "RecommendZones": {
          "RecommendZone": [
            "cn-hongkong-b"
          ]
        }
      }
    ]
  },
  "Code": 200
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.