内容分发网络 CDN-查询域名消耗统计:响应消息

时间:2024-04-23 16:29:51

响应消息

响应参数

响应参数如表表2所示。

表2 响应参数

名称

参数类型

描述

domain

Object

域名 统计数据对象汇总。详细说明见表3

domain参数说明

domain参数说明如表3所示。

表3 domain参数说明

名称

参数类型

描述

start_time

Integer

查询起始时间戳(单位:毫秒)。

end_time

Integer

查询结束时间戳(单位:毫秒)。

value

Integer

总流量。(流量单位:Byte,带宽单位:bps)

stat_type

String

统计类型。

domain_name

String

域名。

service_area

String

mainland_china(中国大陆),outside_mainland_china(中国大陆境外)。回源指标不区分服务范围,该参数对回源指标无效。

响应示例
{
    "domain": 
     [
        {
            "value": 197400,
            "start_time": 1513094400000,
            "end_time": 1513180799346,
            "stat_type": "flux",
            "domain_name": "example1.example2.com",
            "service_area": "mainland_china"
        },
        {
            "value": 42825,
            "start_time": 1513094400000,
            "end_time": 1513180799346,
            "stat_type": "flux",
            "domain_name": "example3.example4.com",
            "service_area": "mainland_china"
        }
    ]
}
support.huaweicloud.com/api-cdn/cdn_02_0063.html