Modify This JDBC Data Source
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource
Modify this JDBC data source.
Request
- application/json
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
X-Requested-By: string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified JDBC data source model.
object
-
datasourceType(optional):
string
Allowed Values:
[ "GENERIC", "MDS", "AGL", "UCP", "PROXY" ]
The data source type. Valid types are:
GENERIC - generic data source
MDS - multi data source
AGL - Active GridLink data source
UCP - Universal Connection Pool data source
PROXY - proxy for multiple tenant data sources
-
id(optional):
integer(int64)
Read Only:
true
Gets the Id value
-
name(optional):
string
A unique name that identifies this data source in the WebLogic domain.
-
version(optional):
string
Gets the "version" attribute
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.