Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
08-25-2021 09:18 AM
I'm using the v20.5 java agent.
Is there a way to trigger and download a thread dump via the API? I don't see one.
In the UI, we can do something like this:
I would like to automate that.
thanks
08-30-2021 11:28 AM
Hi @John.Gregg,
I did some searching and found this. It seems API can be used to initiate a thread dump, but not download.
Example
Request
Response
This example creates an action of the type Thread Dump. See Download Examples.
{
"actionType": "THREAD_DUMP",
"name": "Thread Dump Action",
"numberOfThreadDumps": 2,
"intervalInMs": 500,
"approvalBeforeExecution": {
"requireApproval": true,
"approverEmail": "email@website.com"
}
}
Thanks,
Ryan, AppDynamics Community Manager
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form