{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Server Runtime API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server Runtime", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server Get current server runtime", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/serverRuntime", "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 the runtime information for the server receiving this request. Available on both admin and managed servers." }, { "info": { "name": "Oracle WebLogic Server Get the URL for a server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes/:serverName/getURL", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the URL for accessing the specified server using the given protocol." } ] } ], "bundled": true }