GET
Query String
curl "https://api.funnullv8.com/monitor/site/access-log?page=1&limit=10&time=2022-04-09" -H "api-key:xxxxxxx" -H "api-secret:xxxxxxx"
{
"code": 0,
"count": 1,
"data": [
{
"addr": "1.1.1.1",
"bytes_sent": "291",
"cache_status": "-",
"content_type": "text/html",
"host": "xxxx.com",
"method": "GET",
"nid": "199",
"protocol": "HTTP/1.1",
"referer": "-",
"req_uri": "/wp-login.php",
"server_port": "80",
"status": "403",
"time": "09/Apr/2022:12:41:55 +0800",
"timestamp": 1649479315000,
"up_recv": "0",
"up_resp_time": "0",
"user_agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0"
}
]
}