{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Application Deployments API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Application Deployments", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all application deployments", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments", "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 application deployments configured in the domain including their targets and deployment settings." }, { "info": { "name": "Oracle WebLogic Server Deploy an application", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "saveChanges", "value": "", "type": "query", "description": "Whether to validate and save changes immediately" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a new application to the domain. The application source (EAR, WAR, or exploded directory) must be accessible from the admin server filesystem. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get application deployment creation form", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeploymentCreateForm", "params": [ { "name": "links", "value": "", "type": "query", "description": "Comma-separated list of link relations to include" } ] }, "docs": "Returns a pre-populated template with default values for deploying an application." }, { "info": { "name": "Oracle WebLogic Server Get application deployment details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" }, { "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 the deployment configuration for the specified application." }, { "info": { "name": "Oracle WebLogic Server Update application deployment configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments/:appName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the deployment configuration such as targets or deployment plan. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Undeploy an application", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/appDeployments/:appName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the application" } ] }, "docs": "Removes the application deployment from the domain configuration. Requires an active edit session and must be followed by activation." } ] } ], "bundled": true }