{ "opencollection": "1.0.0", "info": { "name": "Harbor artifacts robots API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "robots", "type": "folder" }, "items": [ { "info": { "name": "List robot accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/v2.0/robots" }, "docs": "List robot accounts" }, { "info": { "name": "Create a robot account", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/api/v2.0/robots" }, "docs": "Create a robot account" }, { "info": { "name": "Get a robot account", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/v2.0/robots/:robot_id", "params": [ { "name": "robot_id", "value": "", "type": "path" } ] }, "docs": "Get a robot account" } ] } ], "bundled": true }