@@ -11,6 +11,7 @@ A JSON value representing the alarm count query.
1111| ------------ | ------------- | ------------- | -------------|
1212| ** entityFilter** | ** EntityFilter** | | [ optional] |
1313| ** keyFilters** | ** List\< KeyFilter\> ** | | [ optional] |
14+ | ** keyFiltersOperation** | ** AlarmRuleComplexOperation** | | [ optional] |
1415| ** startTs** | ** Long** | | [ optional] |
1516| ** endTs** | ** Long** | | [ optional] |
1617| ** timeWindow** | ** Long** | | [ optional] |
@@ -19,6 +20,7 @@ A JSON value representing the alarm count query.
1920| ** severityList** | ** List\< AlarmSeverity\> ** | | [ optional] |
2021| ** searchPropagatedAlarms** | ** Boolean** | | [ optional] |
2122| ** assigneeId** | ** UserId** | | [ optional] |
23+ | ** keyFiltersOperationOrDefault** | ** AlarmRuleComplexOperation** | | [ optional] |
2224
2325
2426
@@ -156,6 +158,9 @@ A JSON value representing the alarm count query.
156158| valueType | EntityKeyValueType | | [ optional] |
157159| predicate | KeyFilterPredicate | | [ optional] |
158160
161+ #### AlarmRuleComplexOperation (enum)
162+ ` AND ` | ` OR `
163+
159164#### AlarmSearchStatus (enum)
160165` ANY ` | ` ACTIVE ` | ` CLEARED ` | ` ACK ` | ` UNACK `
161166
@@ -185,7 +190,7 @@ A JSON value representing the alarm count query.
185190#### ComplexFilterPredicate * (extends KeyFilterPredicate, type=` COMPLEX ` )*
186191| Name | Type | Description | Notes |
187192| ------| ------| -------------| -------|
188- | operation | ComplexOperation | | [ optional] |
193+ | operation | AlarmRuleComplexOperation | | [ optional] |
189194| predicates | List<KeyFilterPredicate > | | [ optional] |
190195
191196#### NumericFilterPredicate * (extends KeyFilterPredicate, type=` NUMERIC ` )*
@@ -257,9 +262,6 @@ A JSON value representing the alarm count query.
257262| userValue | Boolean | | [ optional] |
258263| dynamicValue | DynamicValueBoolean | | [ optional] |
259264
260- #### ComplexOperation (enum)
261- ` AND ` | ` OR `
262-
263265#### DynamicValueString
264266| Name | Type | Description | Notes |
265267| ------| ------| -------------| -------|
0 commit comments