操作日志分页查询
GET
/api/v1/operation-log/page
请求参数
参数名
类型
描述
必填
userName
string
可选
accountName
string
可选
operationName
string
可选
page
string
Zero-based page index (0..N)
可选
size
string
The size of the page to be returned
可选
sort
array[string]
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
可选