{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Server Lifecycle API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server Lifecycle", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all server lifecycle runtimes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes", "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 lifecycle state for all servers in the domain including their current state (RUNNING, SHUTDOWN, STANDBY, etc.)." }, { "info": { "name": "Oracle WebLogic Server Get lifecycle runtime for a specific server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ] }, "docs": "Oracle WebLogic Server Get lifecycle runtime for a specific server" }, { "info": { "name": "Oracle WebLogic Server Start a managed server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/start", "headers": [ { "name": "X-Requested-By", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the specified managed server. This is an asynchronous operation that returns a task for monitoring progress." }, { "info": { "name": "Oracle WebLogic Server Shut down a managed server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/shutdown", "headers": [ { "name": "X-Requested-By", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Gracefully shuts down the specified managed server." }, { "info": { "name": "Oracle WebLogic Server Force shut down a managed server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/forceShutdown", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Immediately shuts down the specified server without waiting for graceful completion." }, { "info": { "name": "Oracle WebLogic Server Suspend a managed server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/suspend", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Suspends the specified server, placing it in admin mode." }, { "info": { "name": "Oracle WebLogic Server Resume a suspended server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/resume", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resumes a server that was previously suspended, returning it to running state." }, { "info": { "name": "Oracle WebLogic Server Restart SSL on a server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverLifeCycleRuntimes/:serverName/restartSSL", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restarts the SSL subsystem on the specified server." } ] } ], "bundled": true }