You need to enable JavaScript to run this app.
导航
DescribeZones - 查询 ALB 支持部署的可用区列表
最近更新时间:2024.11.21 17:22:37首次发布时间:2022.09.26 14:17:01

调用 DescribeZones 接口,查询 ALB 支持部署的可用区列表。每秒最多提交 40 个 API 请求。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DescribeZones

要执行的操作,取值:DescribeZones。

Version
String

2020-04-01

API的版本,取值:2020-04-01。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
RequestId
String

20210811152539010225146063030****

请求ID。

Zones
Array of Object

-

ALB支持的可用区列表。具体参见结构 Zones。

请求示例

GET /?Action=DescribeZones&Version=2020-04-01 HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
ServiceName: alb

返回示例

{
    "ResponseMetadata": {
        "RequestId": "754222ed-****-****-****-bf1beba4880b",
        "Action": "DescribeZones",
        "Version": "2020-04-01"
    },
    "Result": {
        "RequestId": "754222ed-****-****-****-bf1beba4880b",
        "Zones": [
            {
                "ZoneId": "cn-beijing-a"
            }
        ]
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
Invalid%s.Malformed
MismatchThe specified %s is malformed.

指定的 %s 参数格式不合法。

400
MissingParameter
The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, '%s'.

该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如: %s。

400
InvalidParameter
Data unmarshal failed.

请求解析失败。

500
InternalError
An internal error has occurred.

发生内部错误。请稍后重试或联系工程师进一步咨询。