FlexCDN
下载
(v1.0.4)
文档
开发
试用购买
在线演示
API列表
DNSService(域名解析服务)
方法列表
findAllDNSIssues -
查找问题
查找问题
admin
RPC
findAllDNSIssues
(FindAllDNSIssuesRequest)
returns
(FindAllDNSIssuesResponse)
HTTP
POST
/DNSService/findAllDNSIssues
输入对象:FindAllDNSIssuesRequest:
{
// 集群ID
int64
nodeClusterId
;
}
输出对象:FindAllDNSIssuesResponse:
{
[]DNSIssue
issues
;
}