{
"domain": "testhw1.rgslb.link",
"scope": "month"
}curl --location --request POST 'https://ctgcdn.esurfingcloud.com/API/cdn/statistics/http/code' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "testhw1.rgslb.link",
"scope": "month"
}'{
"code": 1,
"message": "OK",
"data": {
"2xx": [
{
"time": 1712799600,
"req": 62
},
{
"time": 1712911500,
"req": 86
}
],
"3xx": [
{
"time": 1712799600,
"req": 1
},
{
"time": 1713247200,
"req": 25
}
],
"5xx": [
{
"time": 1712911500,
"req": 1
}
],
"6xx": [
{
"time": 1712799600,
"req": 2
}
]
},
"report": [
{
"code": 200,
"req": 186,
"ratio": 54.55
},
{
"code": 304,
"req": 145,
"ratio": 42.52
},
{
"code": 206,
"req": 6,
"ratio": 1.76
},
{
"code": 611,
"req": 2,
"ratio": 0.59
},
{
"code": 301,
"req": 1,
"ratio": 0.29
},
{
"code": 504,
"req": 1,
"ratio": 0.29
}
]
}