How to create multiple panels in Grafana dashboard using api end point

Hello how to create multiple panels in grafana dashboard using api emd point?

You could use Grafonnet to render the dashboard, and Grizzly to push it to Grafana.

Hello @malcolmholmes said. :slight_smile: Also, panels in dashboard is an array therefore you can add as many panels as you want (here is the API documentation). So for example, if you would like to create this specific dashboard, the json would be this (example from grafana.play).