{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Domain Runtime API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Domain Runtime", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server Get domain runtime information", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime", "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 root of the domain runtime tree, providing access to domain-wide monitoring data including all server runtimes." }, { "info": { "name": "Oracle WebLogic Server List all server runtimes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes", "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 information for all running servers in the domain including state, health, and performance data." }, { "info": { "name": "Oracle WebLogic Server Get runtime for a specific server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/serverRuntimes/:serverName", "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" }, { "name": "links", "value": "", "type": "query", "description": "Comma-separated list of link relations to include. Use 'none' to exclude all links." } ] }, "docs": "Returns runtime information for the specified running server." }, { "info": { "name": "Oracle WebLogic Server List partition runtimes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/domainPartitionRuntimes", "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 partitions in the domain." }, { "info": { "name": "Oracle WebLogic Server Get runtime for a specific partition", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/domainPartitionRuntimes/:partitionName", "params": [ { "name": "partitionName", "value": "", "type": "path", "description": "Name of the domain partition" } ] }, "docs": "Oracle WebLogic Server Get runtime for a specific partition" }, { "info": { "name": "Oracle WebLogic Server Get partition lifecycle runtime", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/domainPartitionRuntimes/:partitionName/partitionLifeCycleRuntime", "params": [ { "name": "partitionName", "value": "", "type": "path", "description": "Name of the domain partition" } ] }, "docs": "Oracle WebLogic Server Get partition lifecycle runtime" }, { "info": { "name": "Oracle WebLogic Server Start a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/domainPartitionRuntimes/:partitionName/partitionLifeCycleRuntime/start", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "partitionName", "value": "", "type": "path", "description": "Name of the domain partition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Start a partition" }, { "info": { "name": "Oracle WebLogic Server Stop a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/domainRuntime/domainPartitionRuntimes/:partitionName/partitionLifeCycleRuntime/stop", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "partitionName", "value": "", "type": "path", "description": "Name of the domain partition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Stop a partition" } ] } ], "bundled": true }