2.8.7. getAggregateRepoLogs
返回指定存储库的聚合日志。
GET /api/v1/repository/{repository}/aggregatelogs
Authorizations: oauth2_implicit(repo:admin)
路径参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
path |
仓库 | 仓库的完整路径。例如 namespace/name | 字符串 |
查询参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
query |
ENDTIME | 日志的最新时间。格式: UTC 中的"%m/%d/%Y" | 字符串 |
query |
startTime | 日志的早期时间。格式: UTC 中的"%m/%d/%Y" | 字符串 |