{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Deployment Lifecycle API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deployment Lifecycle", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List deployment runtimes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes", "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 runtime status for all deployed applications." }, { "info": { "name": "Oracle WebLogic Server Start a deployed application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName/start", "headers": [ { "name": "X-Requested-By", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the specified application on all its configured targets. Returns a task object for monitoring the operation progress." }, { "info": { "name": "Oracle WebLogic Server Stop a deployed application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName/stop", "headers": [ { "name": "X-Requested-By", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stops the specified application on all its configured targets." }, { "info": { "name": "Oracle WebLogic Server Redeploy an application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName/redeploy", "headers": [ { "name": "X-Requested-By", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Redeploys the specified application, refreshing its deployment from the source location." }, { "info": { "name": "Oracle WebLogic Server Update an application deployment", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName/update", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the application with a new deployment plan or configuration." }, { "info": { "name": "Oracle WebLogic Server Get deployment task status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName/tasks/:taskId", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" }, { "name": "taskId", "value": "", "type": "path" } ] }, "docs": "Returns the current status of a deployment lifecycle operation." }, { "info": { "name": "Oracle WebLogic Server List application runtimes on a server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes/:serverName/applicationRuntimes", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of property names to include" } ] }, "docs": "Returns runtime information for all applications deployed on the specified server." } ] } ], "bundled": true }