Created
May 18, 2016 15:29
-
-
Save fbrnc/7bb07722ddd09490c05e200fff5a14f9 to your computer and use it in GitHub Desktop.
Grafana Backup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BASEURL=http://username:[email protected]:3000 | |
for dash in $(curl -s -k "${BASEURL}/api/search" | jq -r '.[].title'); do | |
curl -k "${BASEURL}/api/dashboards/db/${dash}" > "${dash}.json" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment