(旧版)获取帐户的审核日志

Deprecated

通过查询参数提供部分筛选功能,获取审核日志

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

account_idstring必需格式: "uuid"
Account ID

查询参数

filter[item_id]string可选格式: "uuid"

按项目 ID 筛选(资产 ID、项目 ID、用户 ID)

filter[inserted_at][op]enum可选

使用逻辑运算符按日志日期时间筛选

允许的值:
filter[inserted_at][value]string可选格式: "date-time"

ISO 日期时间

filter[item_type]enum可选

按项目类型筛选

filter[action]enum可选

按操作筛选

filter[actor_id]string可选格式: "uuid"

按操作者 ID 筛选

filter[team_id]string可选格式: "uuid"

按团队 ID 筛选

filter[ip_address]string可选

按 IP 地址筛选

同时支持 IPv4 (1.1.1.1) 和 IPv6 (2001:db8:3333:4444:5555:6666:7777:8888)

pageinteger可选

页码

page_sizeinteger可选<=10000默认为 50

每页记录数

响应头

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

响应

Audit logs list response
account_idstring可选格式: "uuid"
actionstring可选
actorobject可选
actor_idstring可选格式: "uuid"
application_idstring可选格式: "uuid"
inserted_atstring可选格式: "date-time"
ip_addressstring可选
item_idstring可选格式: "uuid"
item_typestring可选
request_idstring可选格式: "uuid"
resourceobject可选
team_idstring可选格式: "uuid"
updated_atstring可选格式: "date-time"

错误

401
Unauthorized Error
404
Not Found Error