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.
{
"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.
Maximum time to wait for connection to become available in milliseconds.
The default value is 60000 milliseconds.
Wait time between closing idle connections in milliseconds.
The default value is 300000 milliseconds.
Maximum number of connections.
The default value is 10 connections.
Maximum number of idle connections
The default value is 5 idle connections.
Minimum idle time to close connection in milliseconds.
The default value is 6000000 milliseconds.