@MayadeviA SMA has been removed from the product and replaced by Admin Studio in Pega 8.x.
When you configure an application server with the DB details and add a node type using -Dnodetype JVM parameter and start the server you will be able to see that node in the Admin Studio in System> System & nodes.
Admin Studio is a kind of replacement for SMA and is supposed to pick the nodes automatically to display.
You need to use Admin Studio, where a list of REST API are provided for certain functionality.
Hi @MayadeviA: Please navigate to Admin studio → resources → API.
Locate the API GET /nodes/{nodeID}/diagnostics/thread_dump in v1 Pega API. Pass the node id as request parameter. Save the response as a zip file. Extract the zip file to get the thread dump as txt file.
Thank you so much for your response. I have one observation. Somehow I get a 404 response when I am using Pega API, but when I run invoke the API from the application, I get a byte in response. What’s that and can I use that as well to decode and use in analysis?