Modify This JDBC Property
post
                    /management/weblogic/{version}/edit/resourceGroups/{name}/JDBCSystemResources/{name}/JDBCResource/JDBCDriverParams/properties/properties/{name}
Modify this JDBC property.
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
Header Parameters
                - 
                        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.
Root Schema : JDBC Property
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        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:
trueThe 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.
 
Security
                - 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.