{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Library Deployments API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Library Deployments", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all shared library deployments", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/libDeployments", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of property names to include" }, { "name": "links", "value": "", "type": "query", "description": "Comma-separated list of link relations to include" } ] }, "docs": "Returns all shared library deployments configured in the domain." }, { "info": { "name": "Oracle WebLogic Server Deploy a shared library", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/libDeployments", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a shared library that can be referenced by applications. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get shared library deployment details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/libDeployments/:libName", "params": [ { "name": "libName", "value": "", "type": "path", "description": "Name of the shared library" } ] }, "docs": "Oracle WebLogic Server Get shared library deployment details" }, { "info": { "name": "Oracle WebLogic Server Remove a shared library deployment", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/libDeployments/:libName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "libName", "value": "", "type": "path", "description": "Name of the shared library" } ] }, "docs": "Oracle WebLogic Server Remove a shared library deployment" } ] } ], "bundled": true }