更新时间:2023-02-23 GMT+08:00
查询域名列表
功能介绍
查询域名列表
URI
GET /v1/aad/protected-domains
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
token 最小长度:32 最大长度:2097152 |
Content-Type |
是 |
String |
Content-Type 缺省值:application/json;charset=utf8 最小长度:1 最大长度:128 |
请求示例
无
响应示例
状态码: 200
Domain Information
{ "count" : 2, "items" : [ { "cname" : "8bacXXXX73fd.huaweisafedns.cn", "protocol" : [ "HTTP" ], "domain_id" : "0d3eXXXX6c42", "domain_name" : "www.test2.com", "waf_status" : 1, "real_server_type" : 1, "real_servers" : "*.test2.com", "enterprise_project_id" : "0" }, { "cname" : "1604XXXXc833.huaweisafedns.cn", "protocol" : [ "HTTPS", "HTTP" ], "domain_id" : "a115XXXXfafe", "domain_name" : "test1.com", "waf_status" : 1, "real_server_type" : 1, "real_servers" : "test1.com", "enterprise_project_id" : "51bcXXXX-XXXX-XXXX-XXXX-XXXXa06b" } ] }
状态码
状态码 |
描述 |
---|---|
200 |
Domain Information |
错误码
请参见错误码。
父主题: DDoS高防-域名管理