CloudMigrations: save snapshot of alert rule groups (#100109)

This commit is contained in:
Matheus Macabu
2025-02-06 12:35:59 +01:00
committed by GitHub
parent 7d3a77a45c
commit fde475e3d9
15 changed files with 194 additions and 7 deletions
+1
View File
@@ -127,6 +127,7 @@ const (
FolderDataType MigrateDataType = "FOLDER"
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT"
AlertRuleType MigrateDataType = "ALERT_RULE"
AlertRuleGroupType MigrateDataType = "ALERT_RULE_GROUP"
ContactPointType MigrateDataType = "CONTACT_POINT"
NotificationPolicyType MigrateDataType = "NOTIFICATION_POLICY"
NotificationTemplateType MigrateDataType = "NOTIFICATION_TEMPLATE"