Modify This JDBC Property

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JDBCSystemResources/{name}/JDBCResource/internalProperties/properties/{name}

Modify this JDBC property.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the modified JDBC property model.

Root Schema : JDBC Property
Type: object
Show Source
  • 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. Use setEncryptedValueEncrypted(encrypt('string')) for online or offline WLST.

  • Read Only: true

    The name of the property. The name of each property must be unique in the list of properties.

  • The value of the property defined as a system property.

  • The value of the property.

Security
Back to Top

Response

200 Response

Back to Top