ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Consuming the result data #80

Open brunoscota opened 3 years ago

brunoscota commented 3 years ago

Is it possible to consume the API result to display the info in another panel, for example? I'm retrieving system status from my external source and I would like to display with a table or gauge panel.

This is my api response (JSON Tree)

5:Object ProbeGuid:"0262384a8dc149fdd45f24b1857bb2a5" ErrorLevel:"NoError" LastCheck:"2021-02-24T12:31:39" CheckPointID:122 ErrorDescription:"OK" Uptime:100 ErrorCode:0

thank you