DescribeRegions

Updated at:
Copy as MD

Queries the available regions.

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 syntax

GET /regions HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

language

string

No

The language of the returned localName value.

Valid values:

  • ja :

    ja

  • en :

    en

  • zh :

    zh

zh

Response elements

Element

Type

Description

Example

object

The response object.

regions

array<object>

A list of available regions and their details.

object

region

string

The ID of the region.

localName

string

The display name of the region.

intranetEndpoint

string

The intranet endpoint of the region.

internetEndpoint

string

The public endpoint of the region.

internalEndpoint

string

The accelerated endpoint of the region.

dataRedundancyType

array

The supported data redundancy types.

string

Examples

Success response

JSON format

{
  "regions": [
    {
      "region": "",
      "localName": "",
      "intranetEndpoint": "",
      "internetEndpoint": "",
      "internalEndpoint": "",
      "dataRedundancyType": [
        ""
      ]
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.