b332a108f3
* Alerting: Notification history query API. First cut at defining a namespace scoped route on the historian.alerting app to query notification history. * Address review comments
10 lines
196 B
CUE
10 lines
196 B
CUE
package v0alpha1
|
|
|
|
#Matcher: {
|
|
type: "=" | "!=" | "=~" | "!~" @cuetsy(kind="enum",memberNames="Equal|NotEqual|EqualRegex|NotEqualRegex")
|
|
label: string
|
|
value: string
|
|
}
|
|
|
|
#Matchers: [...#Matcher]
|