{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Clusters API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all clusters", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters", "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 a collection of all cluster configurations in the domain." }, { "info": { "name": "Oracle WebLogic Server Create a new cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cluster configuration. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get cluster creation form with defaults", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/clusterCreateForm" }, "docs": "Oracle WebLogic Server Get cluster creation form with defaults" }, { "info": { "name": "Oracle WebLogic Server Get a specific cluster configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters/:clusterName", "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "Name of the cluster" }, { "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": "Oracle WebLogic Server Get a specific cluster configuration" }, { "info": { "name": "Oracle WebLogic Server Update a cluster configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters/:clusterName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "Name of the cluster" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update a cluster configuration" }, { "info": { "name": "Oracle WebLogic Server Delete a cluster", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters/:clusterName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "Name of the cluster" } ] }, "docs": "Oracle WebLogic Server Delete a cluster" }, { "info": { "name": "Oracle WebLogic Server Get dynamic server configuration for a cluster", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters/:clusterName/dynamicServers", "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "Name of the cluster" } ] }, "docs": "Returns the dynamic server configuration for the specified cluster." }, { "info": { "name": "Oracle WebLogic Server Configure dynamic servers for a cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/clusters/:clusterName/dynamicServers", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "clusterName", "value": "", "type": "path", "description": "Name of the cluster" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Configure dynamic servers for a cluster" } ] } ], "bundled": true }