All Products
Search
Document Center

Apsara File Storage NAS:DescribeRegions

Last Updated:Mar 14, 2024

Queries the regions in which Apsara File Storage NAS is available.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
PageSizeintegerNo

The number of entries per page.

Valid values: 1 to 100.

Default value: 10.

10
PageNumberintegerNo

The page number.

Pages start from page 1. Default value: 1.

1
FileSystemTypestringNo

The type of the file system.

Valid values:

  • all: all types of file systems
  • standard (default): General-purpose NAS file system
  • extreme: Extreme NAS file system
  • cpfs: Cloud Parallel File Storage (CPFS) file system
Note CPFS file systems are available only on the China site (aliyun.com).
standard

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of entries returned.

1
RequestIdstring

The request ID.

A70BEE5D-76D3-49FB-B58F-1F398211****
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
Regionsobject []

The queried regions.

LocalNamestring

The region name.

East China 1
RegionEndpointstring

The endpoint for the region.

nas.cn-hangzhou.aliyuncs.com
RegionIdstring

The region ID.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "TotalCount": 1,
  "RequestId": "A70BEE5D-76D3-49FB-B58F-1F398211****",
  "PageSize": 10,
  "PageNumber": 1,
  "Regions": {
    "Region": [
      {
        "LocalName": "East China 1",
        "RegionEndpoint": "nas.cn-hangzhou.aliyuncs.com",
        "RegionId": "cn-hangzhou"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.