Provisioning: Remove provisioned dashboards without parental reader (#26143)

This commit is contained in:
Maksim Nabokikh
2020-09-11 09:19:44 +02:00
committed by GitHub
parent 0132bca93a
commit 6e3e0dead8
7 changed files with 134 additions and 42 deletions
+4
View File
@@ -384,6 +384,10 @@ type ValidateDashboardBeforeSaveCommand struct {
Result *ValidateDashboardBeforeSaveResult
}
type DeleteOrphanedProvisionedDashboardsCommand struct {
ReaderNames []string
}
//
// QUERIES
//