WebLogic Server Thread Dumps with REST API
Hello, I have an instance of WebLogic Server 12.2.1.4.0 running and two hosts that I would like to collect thread dumps from. Is there anyway to do this VIA REST API? I am able to get some metrics with the following:
curl -u <username>:<password> -X GET "<host>:<port>/management/weblogic/latest/serverRuntime/threadPoolRuntime"
However, I'd like to see meta-data for all open threads and see which ones are stuck. Could I do this using a similar command to the above?