获取自定义解析可以配置的所有线路。
您可以使用 GET 或 POST 方法。
您需要 对请求进行鉴权。
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListLines | 要执行的操作,取值:ListLines |
Version | String | 是 | 2023-09-01 | API的版本,取值:2023-09-01 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Lines | Array of LineInstance | 线路列表 |
GET https://open.volcengineapi.com?Action=ListLines&Version=2023-09-01
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "ListLines", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": { "Lines": [ { "Id": 0, "Value": "中国" }, { "Id": 1, "Value": "中国_东北" }, { "Id": 2, "Value": "中国_东北_吉林" } ] } }
POST https://open.volcengineapi.com?Action=ListLines&Version=2023-09-01
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "ListLines", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": { "Lines": [ { "Id": 0, "Value": "中国" }, { "Id": 1, "Value": "中国_东北" }, { "Id": 2, "Value": "中国_东北_吉林" } ] } }
您可访问公共错误码,获取详细信息。