{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Domain Configuration API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Domain Configuration", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server Get the edit tree root (domain configuration)", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit", "params": [ { "name": "fields", "value": "name,listenPort", "type": "query", "description": "Comma-separated list of property names to include in the response" }, { "name": "links", "value": "none", "type": "query", "description": "Comma-separated list of link relations to include (e.g., self, parent, canonical). Use 'none' to exclude all links." } ] }, "docs": "Returns the root of the edit configuration tree representing the domain." }, { "info": { "name": "Oracle WebLogic Server Get the server configuration tree root", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/serverConfig", "params": [ { "name": "fields", "value": "name,listenPort", "type": "query", "description": "Comma-separated list of property names to include in the response" }, { "name": "links", "value": "none", "type": "query", "description": "Comma-separated list of link relations to include (e.g., self, parent, canonical). Use 'none' to exclude all links." } ] }, "docs": "Returns the root of the current server configuration (read-only)." }, { "info": { "name": "Oracle WebLogic Server Get the last activated domain configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/domainConfig", "params": [ { "name": "fields", "value": "name,listenPort", "type": "query", "description": "Comma-separated list of property names to include in the response" }, { "name": "links", "value": "none", "type": "query", "description": "Comma-separated list of link relations to include (e.g., self, parent, canonical). Use 'none' to exclude all links." } ] }, "docs": "Returns the last activated domain configuration (read-only)." }, { "info": { "name": "Oracle WebLogic Server List all virtual targets", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/virtualTargets" }, "docs": "Oracle WebLogic Server List all virtual targets" }, { "info": { "name": "Oracle WebLogic Server Create a virtual target", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/virtualTargets", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a virtual target" }, { "info": { "name": "Oracle WebLogic Server List all partitions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/partitions" }, "docs": "Oracle WebLogic Server List all partitions" }, { "info": { "name": "Oracle WebLogic Server Create a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/partitions", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a partition" }, { "info": { "name": "Oracle WebLogic Server List resource groups for a partition", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/partitions/:partitionName/resourceGroups", "params": [ { "name": "partitionName", "value": "", "type": "path", "description": "Name of the domain partition" } ] }, "docs": "Oracle WebLogic Server List resource groups for a partition" }, { "info": { "name": "Oracle WebLogic Server Create a resource group in a partition", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/partitions/:partitionName/resourceGroups", "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 Create a resource group in a partition" } ] } ], "bundled": true }