All Products
Search
Document Center

Simple Application Server:ListRegions

Last Updated:Dec 30, 2025

Queries all regions in which Simple Application Server is supported.

Operation description

The query results include all the Alibaba Cloud regions where Simple Application Server is supported on the international site (alibabacloud.com) and the China site (aliyun.com).

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The language of the response. Valid values:

  • zh-CN (default): Chinese

  • en-US: English

zh-CN

Response elements

Element

Type

Description

Example

object

The information about the regions.

RequestId

string

The request ID.

20758A-585D-4A41-A9B2-28DA8F4F534F

Regions

array<object>

The regions.

object

The information about the region.

LocalName

string

The name of the region.

华东1(杭州)

RegionEndpoint

string

The endpoint of the region.

swas.cn-hangzhou.aliyuncs.com

RegionId

string

The ID of the region.

cn-hangzhou

Examples

Success response

JSON format

{
  "RequestId": "20758A-585D-4A41-A9B2-28DA8F4F534F",
  "Regions": [
    {
      "LocalName": "华东1(杭州)",
      "RegionEndpoint": "swas.cn-hangzhou.aliyuncs.com",
      "RegionId": "cn-hangzhou"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

500 InternalError An error occurred while processing your request.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.