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.
Hi Mathieu Drouin
Let me just write what I understood.I can also use Write to record Web API but it also is doing the same thing.Do you mean I must use a process model? If so how to connect web api to Write to Record or Datastore smart service
The process would have a WriteRecords node in it.