+2 votes
in Grafana by
How do you use the cURL command in Grafana?

1 Answer

0 votes
by

One example of a cURL command for Grafana looks like this; curl http://admin:admin@localhost:3000/api/search. This command performs a fetch of the dashboard for local installations of Grafana running with basic authentication enabled

...