{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Deployment Configuration API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deployment Configuration", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List sub-deployments for an application", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments/:appName/subDeployments", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ] }, "docs": "Oracle WebLogic Server List sub-deployments for an application" }, { "info": { "name": "Oracle WebLogic Server Create a sub-deployment for an application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments/:appName/subDeployments", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a sub-deployment for an application" } ] } ], "bundled": true }