本文档为大众产品接口文档 如需不明确请及时联系客服处理!
curl --location --request GET 'http://prod-cn.your-api-server.com/api/client/statistics_monitor_origin/status_code_4xx?start_time&end_time'{
"code": 0,
"data": {
"top_hosts": [
{
"name": "string",
"value": 0
}
],
"top_type": "string",
"top_urls": [
{
"name": "string",
"value": 0
}
],
"trends": {
"keys": [
"string"
],
"values": [
0
]
}
},
"message": "string"
}