Skip to content

Latest commit

 

History

History
 
 

dashboards

Dashboards

This is an area to expand OpenRMF® Professional as far as pulling data from APIs and displaying on dashboards.

Most of the Dashboards here are Grafana and use the JSON API data source for Grafana at https://grafana.com/grafana/plugins/marcusolsson-json-datasource/. You can add that plugin, reset Grafana, and then use that data source to point to an OpenRMF® Professional API.

Deciphering JSON data for the JSONPath

https://jsonpath.com/

This is a GREAT resource to copy data from curl, Insomnia, or POSTman into and see / test the path to data. Then use for charts, tables, graphs, etc.

Install the JSON API Plugin

As the admin user for Grafana, click the Server Admin icon and then Plugins.

List the Plugins

Then click the JSON API plugin and click Install.

Install the Plugin

Now that it is installed and ready for you go to the Datasource page.

List Datasources

Add the Datasource using the new JSON API Plugin.

Use the JSON API Plugin

References