Modify This JDBC Data Source

post

/management/weblogic/{version}/edit/JDBCSystemResources/{name}/JDBCResource

Modify this JDBC data source.

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 data source model.

Root Schema : JDBC Data Source
Type: object
Show Source
  • 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

  • Read Only: true

    Gets the Id value

  • A unique name that identifies this data source in the WebLogic domain.

  • Gets the "version" attribute

Security
Back to Top

Response

200 Response

Back to Top