All Products
Search
Document Center

Enterprise Distributed Application Service:QueryRegionConfig

Last Updated:Mar 01, 2024

Queries the configurations of different regions that are supported by Enterprise Distributed Application Service (EDAS).

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 syntax

GET /pop/v5/region_config

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

No request parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success
RequestIdstring

The ID of the request.

b197-40ab-9155-7ca7
RegionConfigobject

The information about region configurations.

Nointeger

The serial number of the region. This parameter is deprecated.

1
AddressServerHoststring

The domain name of Address Server.

****.edas.aliyun.com
Tagstring

The tag of the region. The value is fixed to ALIYUN_SHARE.

ALIYUN_SHARE
AgentInstallScriptstring

The installation path of the script for EDAS Agent.

http://edas-qd.oss-cn-****-internal.aliyuncs.com/****sh
FileServerTypestring

The type of the file server.

oss
Namestring

The configured name of the region.

China (Beijing)
ImageIdstring

The ID of the official image.

m-2zea4hx8f9zxqah2****
Idstring

The configured ID of the region.

cn-beijing
FileServerConfigobject

The information about the file server.

InternalUrlstring

The internal endpoint of the file server.

oss-cn-beijing-****.aliyuncs.com
PublicUrlstring

The public endpoint of the file server.

oss-cn-beijing.aliyuncs.com
VpcUrlstring

The virtual private cloud (VPC) endpoint of the file server.

v*****-oss-cn-beijing.aliyuncs.com
Bucketstring

The Object Storage Service (OSS) bucket of the file server.

edas-bj

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "b197-40ab-9155-7ca7",
  "RegionConfig": {
    "No": 1,
    "AddressServerHost": "****.edas.aliyun.com",
    "Tag": "ALIYUN_SHARE",
    "AgentInstallScript": "http://edas-qd.oss-cn-****-internal.aliyuncs.com/****sh",
    "FileServerType": "oss",
    "Name": "China (Beijing)\n",
    "ImageId": "m-2zea4hx8f9zxqah2****",
    "Id": "cn-beijing",
    "FileServerConfig": {
      "InternalUrl": "oss-cn-beijing-****.aliyuncs.com",
      "PublicUrl": "oss-cn-beijing.aliyuncs.com",
      "VpcUrl": "v*****-oss-cn-beijing.aliyuncs.com",
      "Bucket": "edas-bj"
    }
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history