内容分发网络 CDN-批量查询域名的区域、运营商统计明细-按域名单独返回:URI
URI
GET /v1.0/cdn/statistics/domain-item-location-details
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
enterprise_project_id |
否 |
String |
当用户开启企业项目功能时,该参数生效,表示查询资源所属项目,"all"表示所有项目。注意:当使用子账号调用接口时,该参数必传。 |
start_time |
是 |
Long |
查询开始时间戳,必须设为5分钟整时刻点 |
end_time |
是 |
Long |
查询结束时间戳,必须设为5分钟整时刻点 |
domain_name |
是 |
String |
域名 列表, 多个域名 以逗号(半角)分隔,如:www.test1.com,www.test2.com,all表示查询名下全部域名 |
stat_type |
是 |
String |
指标类型列表 网络资源消耗:bw(带宽),flux(流量),ipv6_bw(ipv6带宽),ipv6_flux(ipv6流量), https_bw(https带宽),https_flux(https流量) 访问情况:req_num(请求总数),hit_num(请求命中次数),req_time(请求时长) HTTP状态码(组合指标):status_code_2xx(状态码2xx),status_code_3xx(状态码3xx),status_code_4xx(状态码4xx),status_code_5xx(状态码5xx) |
region |
是 |
String |
区域列表,以逗号分隔,all表示查询全部区域 |
isp |
是 |
String |
运营商列表,以逗号分隔,all表示查询全部运营商 |