{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Application Runtime API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Application Runtime", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List application 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. Use 'none' to exclude all links." } ] }, "docs": "Returns runtime status for all deployed applications in the domain." }, { "info": { "name": "Oracle WebLogic Server Get runtime for a specific application", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/appDeploymentRuntimes/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the deployed application" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of property names to include" } ] }, "docs": "Oracle WebLogic Server Get runtime for a specific application" }, { "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": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the deployed application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the specified application across its configured targets." }, { "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": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the deployed application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stops the specified application across its configured targets." }, { "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." }, { "info": { "name": "Oracle WebLogic Server List component runtimes for an application", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes/:serverName/applicationRuntimes/:appName/componentRuntimes", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" }, { "name": "appName", "value": "", "type": "path", "description": "Name of the deployed application" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of property names to include" } ] }, "docs": "Returns runtime information for all components (web modules, EJBs) within the specified application on the specified server." } ] } ], "bundled": true }