HomeGuidesRecipesAPI ReferenceChangelog

Get search connection pool statistics

Get all search connection pool for chosen Cloud Identity Provider.
numConnectionsClosedDefunct - The number of connections that have been closed as defunct.
numConnectionsClosedExpired - The number of connections that have been closed because they were expired.
numConnectionsClosedUnneeded - The number of connections that have been closed because they were no longer needed.
numFailedCheckouts - The number of failed attempts to check out a connection from the pool.
numFailedConnectionAttempts - The number of failed attempts to create a connection for use in the pool.
numReleasedValid - The number of valid connections released back to the pool.
numSuccessfulCheckouts - The number of successful attempts to check out a connection from the pool.
numSuccessfulCheckoutsNewConnection - The number of successful checkout attempts that had to create a new connection because none were available.
numSuccessfulConnectionAttempts - The number successful attempts to create a connection for use in the pool.
maximumAvailableConnections - The maximum number of connections that may be available in the pool at any time.
numSuccessfulCheckoutsWithoutWait - The number of successful checkout attempts that were able to take an existing connection without waiting.
numSuccessfulCheckoutsAfterWait - The number of successful checkout attempts that retrieved a connection from the pool after waiting for it to become available.
numAvailableConnections - The number of connections currently available for use in the pool.

Language
Authorization
Bearer
JWT