Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
  • Account Management
  • Alias
  • Application
  • Application Admin
  • Application Licensing
  • Audit
  • Backup
  • Directory
  • Directory Admin
  • Group Admin
  • Group Level Admin
  • Groups
  • Groups Membership
  • LDAP Connection Pool
  • Look and Feel
  • Mail Server
  • Remember Me
  • SAML Configuration
  • Server Info
  • Sessions
  • Token
  • User Admin
  • User Authentication
  • Users
Server
Crowd Data Center / / REST API

LDAP Connection Pool

Postman Collection
OpenAPI
GET

Get statistics

Lists the statistics of the Dynamic LDAP connection pools per directory

Forge and OAuth2 apps cannot access this REST resource.

Request

This request has no parameters.

Responses

dynamic pool statistics returned successfully

application/json

any

GET/rest/admin/1.0/dynamic-ldap-pool-statistics
1 2 3 curl --request GET \ --url 'http://{baseurl}/rest/rest/admin/1.0/dynamic-ldap-pool-statistics' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 { "1": { "numActive": 20, "numActiveRead": 15, "numActiveWrite": 5, "numIdle": 5, "numIdleRead": 3, "numIdleWrite": 2, "numWaiters": 0 }, "2": { "numActive": 10, "numActiveRead": 5, "numActiveWrite": 5, "numIdle": 0, "numIdleRead": 0, "numIdleWrite": 0, "numWaiters": 0 } }

Rate this page: