Modify This JDBC Data Source
post
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource
Modify this JDBC data source.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): 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.
Root Schema : JDBC Data Source
Type:
Show Source
object
-
datasourceType:
string
Allowed Values:
[ "GENERIC", "MDS", "AGL", "UCP" ]
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:
integer(int64)
Read Only:
true
Gets the Id value
-
name:
string
A unique name that identifies this data source in the WebLogic domain.
-
version:
string
Gets the "version" attribute
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.