fix: climc logs-splitable support monitor notify (#15868)

Co-authored-by: QIU Jian <qiujian@yunionyun.com>
This commit is contained in:
Jian Qiu
2023-01-30 17:44:32 +08:00
committed by GitHub
co-authored by QIU Jian
parent f3b35d5315
commit b401a961c2
+2 -2
View File
@@ -18,7 +18,7 @@ import "yunion.io/x/jsonutils"
type EventSplitableOptions struct {
ID string `choices:"splitable|splitable-export"`
Service string `help:"service" choices:"compute|identity|image|log|cloudevent" default:"compute"`
Service string `help:"service" choices:"compute|identity|image|log|cloudevent|monitor|notify" default:"compute"`
Table string `help:"when id is splitable-export table must be input"`
}
@@ -31,7 +31,7 @@ func (self *EventSplitableOptions) Params() (jsonutils.JSONObject, error) {
}
type EventPurgeSplitableOptions struct {
Service string `help:"service" choices:"compute|identity|image|log|cloudevent" default:"compute"`
Service string `help:"service" choices:"compute|identity|image|log|cloudevent|monitor|notify" default:"compute"`
Tables []string
}