Hi,
I am trying to integrate Grafana and Appian.I created a Web API object for POST so that it can write into the database table.
Now whenever the alert is triggered from Grafana it is creating a new row in the DB but the row is empty.
How do I find what all details or JSON is being sent to that Web API whenever Grafana triggers?
Many thanks,
Khaiser
Discussion posts and replies are publicly visible
You can try the tomcat-stdOut and see if you see anything there.
But the easiest way to troubleshoot IMO is to have an API that uses startProcess with a Write Records node. You'll be able to see what data is being passed that way.
Yes tomcat-stdOut was the right suggestion, many thanks