OBJECT

InsightCorrelationRuleImpact

Impact of a Insight Created by a Correlation Rule

link GraphQL Schema definition

  • type InsightCorrelationRuleImpact {
  • # Dimenstion of Impact
  • dimension: InsightImpactDimension!
  • # connected entityTypes such as VirtualMachine, EC2 which are impacted
  • entityTypeImpacted: [String!]
  • # Scale of impact
  • measure: InsightImpactMeasure!
  • }