方法列表
读取服务的域名排行
admin
RPC
listTopServerDomainStatsWithServerId (ListTopServerDomainStatsWithServerIdRequest) returns (ListTopServerDomainStatsWithServerIdResponse)
HTTP
POST /ServerDomainHourlyStatService/listTopServerDomainStatsWithServerId
输入对象:ListTopServerDomainStatsWithServerIdRequest:
{ // 集群ID int64 nodeClusterId; // 节点ID int64 nodeId; // 服务ID(网站ID) int64 serverId; string hourFrom; string hourTo; // 数量,通常不能小于0 int64 size; }
输出对象:ListTopServerDomainStatsWithServerIdResponse: