{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Machines API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Machines", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all machines", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/machines", "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 machine configurations in the domain." }, { "info": { "name": "Oracle WebLogic Server Create a new machine", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/machines", "headers": [ { "name": "X-Requested-By", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Create a new machine" }, { "info": { "name": "Oracle WebLogic Server Get a specific machine configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/machines/:machineName", "params": [ { "name": "machineName", "value": "", "type": "path", "description": "Name of the machine" } ] }, "docs": "Oracle WebLogic Server Get a specific machine configuration" }, { "info": { "name": "Oracle WebLogic Server Update a machine configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/machines/:machineName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "machineName", "value": "", "type": "path", "description": "Name of the machine" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update a machine configuration" }, { "info": { "name": "Oracle WebLogic Server Delete a machine", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/machines/:machineName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "machineName", "value": "", "type": "path", "description": "Name of the machine" } ] }, "docs": "Oracle WebLogic Server Delete a machine" }, { "info": { "name": "Oracle WebLogic Server Get Node Manager configuration for a machine", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/machines/:machineName/nodeManager", "params": [ { "name": "machineName", "value": "", "type": "path", "description": "Name of the machine" } ] }, "docs": "Oracle WebLogic Server Get Node Manager configuration for a machine" }, { "info": { "name": "Oracle WebLogic Server Update Node Manager configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/machines/:machineName/nodeManager", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "machineName", "value": "", "type": "path", "description": "Name of the machine" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update Node Manager configuration" } ] } ], "bundled": true }