获取公网递归 DNS 服务器的出口 IP 线路列表。
除了以下参数,您还需要 对请求进行鉴权。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListRecursiveLines | API 的名称。该参数的取值是 ListRecursiveLines 。 |
Version | String | 是 | 2022-06-01 | API 的版本。该参数的取值是 2022-06-01 。 |
Region | String | 是 | cn-beijing | 获取递归 DNS 服务器出口 IP 的地域。 |
名称 | 类型 | 描述 |
---|---|---|
RequestId | String | 标识本次请求的 ID。 |
Action | String | Action 查询参数的值。 |
Version | String | API 版本。 |
Service | String | 服务类型。 |
Region | String | 服务所在地域。 |
名称 | 类型 | 描述 |
---|---|---|
Result | Array of strings | 公网递归 DNS 服务器出口 IP 的线路列表。 |
GET https://open.volcengineapi.com/?Action=ListRecursiveLines&Version=2022-06-01&Region=cn-beijing
{ "ResponseMetadata": { "RequestId": "20240919174607330F62CDB3D17E88DDAB", "Action": "ListRecursiveLines", "Version": "2022-06-01", "Service": "private_zone", "Region": "cn" }, "Result": [ "联通", "电信", "移动" ] }
您可访问公共错误码,获取详细信息。