Call QueryRegionConfig to obtain the content of RegionConfig.
Debugging
Request header
This operation only uses common request headers. For more information, see the Common request parameters topic.
Request syntax
GET /pop/v5/region_config HTTPS|HTTP
Request parameters
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
Code |
Message | String | success |
The returned message. |
RegionConfig | Struct |
Region configuration |
|
AddressServerHost | String | Configure bandwidth package |
The domain name of Address Server. |
AgentInstallScript | String | http://edas-qd.oss-cn-****internal.aliyuncs.com/****sh |
The installation path of the security center Agent. |
FileServerConfig | Struct |
File service information |
|
Bucket | String | edas-bj |
File Server OSS Bucket |
InternalUrl | String | oss-cn-beijing-****.aliyuncs.com |
File Server internal URL |
PublicUrl | String | oss-cn-beijing.aliyuncs.com |
The public URL of the file server. |
VpcUrl | String | v*****-oss-cn-beijing.aliyuncs.com |
File Server VPC URL |
FileServerType | String | oss |
File Server type |
Id | String | cn-beijing |
The ID of the Region configuration. |
ImageId | String | m-2zea4hx8f9zxqa**** |
Official Image ID |
Name | String | China (Beijing) |
Region name |
No | Integer | 1 |
Region number, which is no longer used |
Tag | String | ALIYUN_SHARE |
Region ID |
RequestId | String | b197-40ab-9155-7ca7 |
The ID of the request. |
Examples
Sample requests
GET /pop/v5/region_config HTTP/1.1
Common request headers
Sample success responses
XML
format
<Message>success</Message>
<RegionConfig>
<Name> China (Beijing) </Name>
<ImageId>m-2zea****qah2as71</ImageId>
<FileServerType>oss</FileServerType>
<FileServerConfig>
<InternalUrl>oss-cn-****-internal.aliyuncs.com</InternalUrl>
<PublicUrl>oss-cn-****.aliyuncs.com</PublicUrl>
<Bucket>edas-bj</Bucket>
<VpcUrl>****-oss-cn-beijing.aliyuncs.com</VpcUrl>
</FileServerConfig>
<Tag>ALIYUN_SHARE</Tag>
<AddressServerHost>addr-bj-****.edas.aliy*un.com</AddressServerHost>
<Id>cn-beijing</Id>
<No>0</No>
<AgentInstallScript>http://edas-****-cn-qingdao-***.aliyuncs.com/****.sh</AgentInstallScript>
</RegionConfig>
<Code>200</Code>
JSON
format
{
"Message": "success",
"RegionConfig": {
"Name": "China (Beijing)",
"ImageId": "m-2zea****qah2as71",
"FileServerType": "oss",
"FileServerConfig": {
"InternalUrl": "oss-cn-****-internal.aliyuncs.com",
"PublicUrl": "oss-cn-****.aliyuncs.com",
"Bucket": "edas-bj",
"VpcUrl": "****-oss-cn-beijing.aliyuncs.com"
},
"Tag": "ALIYUN_SHARE",
"AddressServerHost": "addr-bj-****.edas.aliy*un.com",
"Id": "cn-beijing",
"No": 0,
"AgentInstallScript": "http://edas-****-cn-qingdao-***.aliyuncs.com/****.sh"
},
"Code": 200
}
Error code
For a list of error codes, visit the API Error Center.