{
"sorted":"ua_count",
"scope": "month"
}curl --location --request POST 'https://ctgcdn.esurfingcloud.com/API/cdn/domain/top/ua' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"sorted":"ua_count",
"scope": "month"
}'{
"code": 1,
"message": "OK",
"data": [
{
"date": "2024-04-16 00:00:00",
"timestamp": "1713225600",
"ua": "Mozilla%2F5.0%2520%28Macintosh%3B%2520Intel%2520Mac%2520OS%2520X%252010",
// sorted是ua_size流量时返回
"traffic": "8838844475573",
// sorted是ua_count请求数时返回
"count": "6091441",
"domain": "testhw1.rgslb.link"
},
{
"date": "2024-04-17 00:00:00",
"timestamp": "1713312000",
"ua": "Mozilla%2F5.0%2520%28Macintosh%3B%2520Intel%2520Mac%2520OS%2520X%252010",
// sorted是ua_size流量时返回
"traffic": "8838844475573",
// sorted是ua_count请求数时返回
"count": "6091441",
"domain": "testhw1.rgslb.link"
}
]
}