Telegraf: Jolokia plugin dump all threads

I am facing problem to get all thread’s dump from telegraf-jolokia plugin.

API Call of Jolokia:
http://localhost:8080/jolokia-war-1.3.6/exec/java.lang:type=Threading/dumpAllThreads/true/true

If I trigger above API then I will get all the thread dumps.For time series, I want thread name, wait time, thread state, blocked count, and blocked time. This is an iterative response for all threads and based on this field it is easy to trace in case of problem.

Purpose:
To get actual thread details at specific time when there was a problem.

Am I able to configure this API related configuration in current Telegraf configuration for Jolokia plugin?