Method: Harbor2Client::AuditlogApi#list_audit_logs
- Defined in:
- lib/harbor2_client/api/auditlog_api.rb
#list_audit_logs(opts = {}) ⇒ Array<AuditLog>
Get recent logs of the projects which the user is a member of This endpoint let user see the recent operation logs of the projects which he is member of
31 32 33 34 |
# File 'lib/harbor2_client/api/auditlog_api.rb', line 31 def list_audit_logs(opts = {}) data, _status_code, _headers = list_audit_logs_with_http_info(opts) data end |