Export: save all dashboards to git (#48233)

This commit is contained in:
Ryan McKinley
2022-07-05 10:54:07 -07:00
committed by GitHub
parent 4a00c7ebde
commit 4fa606c600
17 changed files with 1365 additions and 23 deletions
+1
View File
@@ -22,6 +22,7 @@ type PanelInfo struct {
}
type DashboardInfo struct {
UID string `json:"uid,omitempty"`
ID int64 `json:"id,omitempty"` // internal ID
Title string `json:"title"`
Description string `json:"description,omitempty"`