Queries the configurations of different regions that are supported by Enterprise Distributed Application Service (EDAS).
Try it now
Test
RAM authorization
Request syntax
GET /pop/v5/region_config HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
No request parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The additional information that is returned. |
success |
| RequestId |
string |
The ID of the request. |
b197-40ab-9155-7ca7 |
| RegionConfig |
object |
The information about region configurations. |
|
| No |
integer |
The serial number of the region. This parameter is deprecated. |
1 |
| AddressServerHost |
string |
The domain name of Address Server. |
****.edas.aliyun.com |
| Tag |
string |
The tag of the region. The value is fixed to |
ALIYUN_SHARE |
| AgentInstallScript |
string |
The installation path of the script for EDAS Agent. |
http://edas-qd.oss-cn-****-internal.aliyuncs.com/****sh |
| FileServerType |
string |
The type of the file server. |
oss |
| Name |
string |
The configured name of the region. |
华北2 |
| ImageId |
string |
The ID of the official image. |
m-2zea4hx8f9zxqah2**** |
| Id |
string |
The configured ID of the region. |
cn-beijing |
| FileServerConfig |
object |
The information about the file server. |
|
| InternalUrl |
string |
The internal endpoint of the file server. |
oss-cn-beijing-****.aliyuncs.com |
| PublicUrl |
string |
The public endpoint of the file server. |
oss-cn-beijing.aliyuncs.com |
| VpcUrl |
string |
The virtual private cloud (VPC) endpoint of the file server. |
v*****-oss-cn-beijing.aliyuncs.com |
| Bucket |
string |
The Object Storage Service (OSS) bucket of the file server. |
edas-bj |
Examples
Success response
JSON format
{
"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": "华北2",
"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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.