{ "opencollection": "1.0.0", "info": { "name": "Sonatype Lifecycle Public REST Advanced Search Config Proxy Server API", "version": "1.201.0-02" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Config Proxy Server", "type": "folder" }, "items": [ { "info": { "name": "getConfiguration_4", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/config/httpProxyServer" }, "docs": "Use this method to inspect an existing HTTP proxy server configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "setConfiguration_4", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/config/httpProxyServer", "body": { "type": "json", "data": "{}" } }, "docs": "Use this method to create or update an existing HTTP proxy server configuration.\n\nPermissions required: Edit System Configuration and Users" }, { "info": { "name": "deleteConfiguration_4", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/config/httpProxyServer" }, "docs": "Use this method to remove an existing HTTP proxy server configuration.\n\nPermissions required: Edit System Configuration and Users" } ] } ], "bundled": true }