获取域名列表。
您可以使用 GET 或 POST 方法。
您需要 对请求进行鉴权。
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListDomains | 要执行的操作,取值:ListDomains |
Version | String | 是 | 2023-09-01 | API的版本,取值:2023-09-01 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | Array of DomainInstance | 响应结果 |
GET https://open.volcengineapi.com?Action=ListDomains&Version=2023-09-01
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "ListDomains", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": [ { "Domain": "www.douyin.com", "Id": 17669 }, { "Domain": "www.toutiao.com", "Id": 13371 }, ] }
POST https://open.volcengineapi.com?Action=ListDomains&Version=2023-09-01
{ "ResponseMetadata": { "RequestId": "20231011172302477A4BF4688234E71DAB", "Action": "ListDomains", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-north-1" }, "Result": [ { "Domain": "www.douyin.com", "Id": 17669 }, { "Domain": "www.toutiao.com", "Id": 17671 }, ] }
您可访问公共错误码,获取详细信息。