INPUT_OBJECT
InsightCorrelationRuleInput
Input to update, insert or delete existing insight
link GraphQL Schema definition
- input InsightCorrelationRuleInput {
- # Status of Insight Correlation Rule
- Boolean :
- # conditions to apply on observations
- InsightRuleConstraintInput :
- # properties of observations to correlate
- String!] : [
- # FIXED or SLIDING window for correlation
- InsightCorrelationRuleWindowType :
- # Description of the Insight Correlation Rule
- String :
- # Display Name of the Insight Correlation rule
- String :
- # opaque unique id of a rule
- ID :
- InsightRuleImpactInput!] : [
- # Inisht type the correlation rule would create, optional field used only by
- # CUREATE InsightCorrelationRuleType
- String :
- # Name of the Insight Correlation rule
- String :
- # Type of Correlation Rule, Default value is DEFAULT
- InsightCorrelationRuleType :
- # Active window of time in minutes for correlation
- Int :
- }