This content has been marked as final.
Show 2 replies
-
1. Re: How to get the Datasource test connection status using http api
zhurlik Dec 13, 2019 2:19 AM (in response to balamv)Hi,
Could you have a look at Monitoring datasource connection pool on JBoss AS7.1
For example, for me the following link works
Thanks,
Vlad
-
2. Re: How to get the Datasource test connection status using http api
mayerw01 Dec 13, 2019 6:23 AM (in response to balamv)Only basic operations are supported with GET jndi-view via http management interface
But you could get this info eg like:
curl --digest -D - http://localhost:9990/management --header "Content-Type: application/json" -d '{"operation":"test-connection-in-pool", "address":["subsystem","datasources","data-source","ExampleDS"], "json.pretty":1}' -u name:password