{ "opencollection": "1.0.0", "info": { "name": "Harbor artifacts audit API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "audit", "type": "folder" }, "items": [ { "info": { "name": "List audit logs", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/v2.0/audit-logs" }, "docs": "List audit logs" } ] } ], "bundled": true }