OBJECT
InsightCorrelationRule
InsightCorrelationRule type. InsightCorrelationRule are rules used to correlate Observations and create Insights
link GraphQL Schema definition
- type InsightCorrelationRule implements InsightRule, Node {
- # Status of the Rule
- Boolean! :
- # condition to apply on observations
- InsightRuleConstraint :
- # properties of observations to correlate
- String!]! : [
- # FIXED or SLIDING window for correlation. Default value is FIXED
- InsightCorrelationRuleWindowType :
- # The user who created the Rule
- User! :
- # Time at which the Rule was created in UTC ISO-8601 format
- DateTime! :
- # Description of the Rule
- LocalizedString! :
- # Display Name of the Insight Correlation rule
- LocalizedString! :
- # opaque unique id of a rule
- ID! :
- # impact definiton
- InsightCorrelationRuleImpact!] : [
- # Inisht type the correlation rule would create, optional field used only by
- # CUREATE InsightCorrelationRuleType
- String :
- # Time at which the Rule was last updated in UTC ISO-8601 format
- DateTime :
- # The user who last updated the Rule
- User :
- # Name of the rule
- LocalizedString! :
- # Type of Correlation Rule, Default value is DEFAULT
- InsightCorrelationRuleType! :
- # Active window of time in minutes for correlation
- Int! :
- }