Modify This JDBC Property
/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JDBCSystemResources/{name}/JDBCResource/internalProperties/properties/{name}
Modify this JDBC property.
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 property model.
object
-
encryptedValue(optional):
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(optional):
string
Read Only:
true
The name of the property. The name of each property must be unique in the list of properties.
-
sysPropValue(optional):
string
The value of the property defined as a system property.
-
value(optional):
string
The value of the property.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.