Create A New JDBC Property
post
/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource/internalProperties/properties
Add a new JDBC property to this collection.
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 a populated JDBC property model.
Root Schema : JDBC Property
Type:
Show Source
object
-
encryptedValue:
string(password)
The plaintext value of the encrypted property value.
The value is stored in an encrypted form in the descriptor file and when displayed in an administration console.
setEncryptedValue('string')
works in online WLST but not offline WLST. UsesetEncryptedValueEncrypted(encrypt('string'))
for online or offline WLST. -
name:
string
Read Only:
true
The name of the property. The name of each property must be unique in the list of properties.
-
sysPropValue:
string
The value of the property defined as a system property.
-
value:
string
The value of the property.
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.