Parameters for JDBC Pooling

The following parameters are not displayed on the UI, but are used to tune JDBC pooling.

To add the parameter to Identity Security Cloud, use the following JSON example and add in the required parameter and value. Add it to the source XML using the Identity Security Cloud REST API.

Copy
{
    "op": "add",
    "path": "/connectorAttributes/<attribute_name>",
    "value": "<value>"
}

Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.