INPUT_OBJECT
InsightRuleConstraintInput
Input to update Constarint/Condition used by Insight Correlation Rule
link GraphQL Schema definition
- input InsightRuleConstraintInput {
- # constraints to apply recursively
- InsightRuleConstraintInput!] : [
- # Property of Observation to apply constrain on
- String :
- # Operator used to apply on properties of a Observation
- InsightRuleOperator! :
- # Check if the constraint needs to be strict match for insight generation
- Boolean :
- # Value of property to be compared againts for the key
- String :
- }