子域名访问日志
GET
http:/domain/api/front/host/accessLog?host=test.bai-du.com&page=1&limit=5
请求头
参数名
类型
描述
必填
Content-Type:application/json
sring
必填
Authorization
string
例如:Bearer token值
必填
请求参数
参数名
类型
描述
必填
host
string
子域名
可选
page
int
当前第几页
可选
limit
int
分页数量,默认15
可选
响应参数
参数名
类型
描述
必填
method
int
请求类型: 0-NoneType 1-GET 2-POST 3-HEAD 4-PUT 5-DELETE 6-PATCH 7-CONNECT 8-OPTIONS 9-TRACE
必填
host
string
域名
必填
referer
string
来源
必填
url
string
网址
必填
time
时间戳
时间
必填
statusCode
int
状态
必填
scheme
string
类型
必填
cacheFetch
string
是否缓存
必填
cacheStore
string
缓存命中
必填
requestTime
float
请求时间
必填
IPAddr
string
请求ip
必填
UserAgent
string
UserAgent
必填
recordTime
int
记录时间
必填