调用ListServiceRegions接口查询指定加速地域下智能接入网关支持加速访问的应用的服务地域。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListServiceRegions

要执行的操作。取值:ListServiceRegions

RegionId String cn-shanghai

加速地域ID,即要加速访问应用的用户所在的地域ID。

取值:cn-shanghai

返回数据

名称 类型 示例值 描述
ServiceRegions Array of String cn-hongkong

服务地域ID。

您可以通过调用DescribeRegions接口查询地域ID对应的地域信息。

RequestId String DA60C1B6-6351-433D-86B0-5A86C75FB56E

请求ID。

示例

请求示例

http(s)://[Endpoint]/?Action=ListServiceRegions
&RegionId=cn-shanghai
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<ListServiceRegionsResponse>
    <RequestId>DA60C1B6-6351-433D-86B0-5A86C75FB56E</RequestId>
    <ServiceRegions>cn-hongkong</ServiceRegions>
    <ServiceRegions>us-west-1</ServiceRegions>
    <ServiceRegions>eu-west-1</ServiceRegions>
    <ServiceRegions>ap-south-1</ServiceRegions>
    <ServiceRegions>ap-northeast-1</ServiceRegions>
    <ServiceRegions>ap-southeast-2</ServiceRegions>
    <ServiceRegions>eu-central-1</ServiceRegions>
    <ServiceRegions>ap-southeast-1</ServiceRegions>
</ListServiceRegionsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "DA60C1B6-6351-433D-86B0-5A86C75FB56E",
  "ServiceRegions" : [ "cn-hongkong", "us-west-1", "eu-west-1", "ap-south-1", "ap-northeast-1", "ap-southeast-2", "eu-central-1", "ap-southeast-1" ]
}

错误码

访问错误中心查看更多错误码。