{ "opencollection": "1.0.0", "info": { "name": "Oracle WebLogic Server Oracle WebLogic Deployment Application Deployment Data Sources API", "version": "12.2.1.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Oracle WebLogic Server List all JDBC system resources", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources", "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": "Oracle WebLogic Server List all JDBC system resources" }, { "info": { "name": "Oracle WebLogic Server Create a JDBC system resource", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources", "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 JDBC data source system resource. Requires an active edit session." }, { "info": { "name": "Oracle WebLogic Server Get a JDBC system resource", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server Get a JDBC system resource" }, { "info": { "name": "Oracle WebLogic Server Delete a JDBC system resource", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server Delete a JDBC system resource" }, { "info": { "name": "Oracle WebLogic Server Get JDBC resource configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server Get JDBC resource configuration" }, { "info": { "name": "Oracle WebLogic Server Update JDBC resource configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update JDBC resource configuration" }, { "info": { "name": "Oracle WebLogic Server Get JDBC data source parameters", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDataSourceParams", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server Get JDBC data source parameters" }, { "info": { "name": "Oracle WebLogic Server Update JDBC data source parameters", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDataSourceParams", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update JDBC data source parameters" }, { "info": { "name": "Oracle WebLogic Server Get JDBC driver parameters", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDriverParams", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server Get JDBC driver parameters" }, { "info": { "name": "Oracle WebLogic Server Update JDBC driver parameters", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDriverParams", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Update JDBC driver parameters" }, { "info": { "name": "Oracle WebLogic Server List JDBC driver properties", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDriverParams/properties/properties", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Oracle WebLogic Server List JDBC driver properties" }, { "info": { "name": "Oracle WebLogic Server Add a JDBC driver property", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:7001/management/weblogic/latest/edit/JDBCSystemResources/:resourceName/JDBCResource/JDBCDriverParams/properties/properties", "headers": [ { "name": "X-Requested-By", "value": "" } ], "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "Name of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Oracle WebLogic Server Add a JDBC driver property" } ] } ], "bundled": true }