{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Thread Pool Runtime API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Thread Pool Runtime", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server Get thread pool runtime for a server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes/:serverName/threadPoolRuntime", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ] }, "docs": "Returns thread pool statistics for the specified server." } ] } ], "bundled": true }