{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Servers API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all servers", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/servers", "params": [ { "name": "fields", "value": "name,listenPort", "type": "query", "description": "Comma-separated list of property names to include in the response" }, { "name": "excludeFields", "value": "", "type": "query", "description": "Comma-separated list of property names to exclude from 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." }, { "name": "excludeLinks", "value": "", "type": "query", "description": "Comma-separated list of link relations to exclude" } ] }, "docs": "Returns a collection of all server configurations in the domain." }, { "info": { "name": "Oracle WebLogic Server Create a new server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/servers", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "saveChanges", "value": "", "type": "query", "description": "When false, changes are saved to the edit session but not validated until explicitly saved or activated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new server configuration in the domain. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get server creation form with defaults", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/serverCreateForm", "params": [ { "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 pre-populated template with default values for creating a new server." }, { "info": { "name": "Oracle WebLogic Server Get a specific server configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" }, { "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." }, { "name": "expandedValues", "value": "", "type": "query", "description": "When true, properties are returned as objects with set and value fields indicating whether the property has been explicitly set." } ] }, "docs": "Returns the configuration for the specified server." }, { "info": { "name": "Oracle WebLogic Server Update a server configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" }, { "name": "expandedValues", "value": "", "type": "query", "description": "When true, properties are returned as objects with set and value fields indicating whether the property has been explicitly set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the configuration of an existing server. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Delete a server", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ] }, "docs": "Removes a server configuration from the domain. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get SSL configuration for a server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/SSL", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" }, { "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 SSL/TLS configuration for the specified server." }, { "info": { "name": "Oracle WebLogic Server Update SSL configuration for a server", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/SSL", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update SSL configuration for a server" }, { "info": { "name": "Oracle WebLogic Server Get server start configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/serverStart", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ] }, "docs": "Returns startup configuration including arguments and classpath." }, { "info": { "name": "Oracle WebLogic Server Update server start configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/serverStart", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update server start configuration" }, { "info": { "name": "Oracle WebLogic Server List network access points for a server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/networkAccessPoints", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ] }, "docs": "Returns network channels configured for the specified server." }, { "info": { "name": "Oracle WebLogic Server Create a network access point", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/servers/:serverName/networkAccessPoints", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Name of the WebLogic Server instance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a network access point" } ] } ], "bundled": true }