全部产品
Search
文档中心

日志服务:DescribeRegions - 查询可用区域

更新时间:Dec 30, 2025

查询可用的区域。

调试

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

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET /regions HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

language

string

返回参数 localName 对应的语言。

枚举值:

  • ja :

    ja

  • en :

    en

  • zh :

    zh

zh

返回参数

名称

类型

描述

示例值

object

Schema of Response

regions

array<object>

object

region

string

SLS region

localName

string

SLS region 名称。

intranetEndpoint

string

SLS 内网地址

internetEndpoint

string

SLS 公网地址

dataRedundancyType

array

string

示例

正常返回示例

JSON格式

{
  "regions": [
    {
      "region": "",
      "localName": "",
      "intranetEndpoint": "",
      "internetEndpoint": "",
      "dataRedundancyType": [
        ""
      ]
    }
  ]
}

错误码

HTTP status code

错误码

错误信息

描述

400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

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

变更历史

更多信息,参考变更详情