OBJECT

InsightRuleMutation

link GraphQL Schema definition

  • type InsightRuleMutation {
  • # Update or Insert Insight Configuration.
  • # It deletes an existing Insight Configuration if nothing other than ID is
  • # provided.
  • #
  • # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
  • # for a stable API but we reserve the right to fix issues including modifying the
  • # schema if required.
  • #
  • # Arguments
  • # input: [Not documented]
  • insightConfigurationMutate(
  • input: InsightConfigurationInput!
  • ): InsightConfiguration
  • # Update or Insert a Insight Correlation Rule. It deletes an existing Insight
  • # Correlation Rule if nothing other
  • # than ID is provided.
  • #
  • # Arguments
  • # input: [Not documented]
  • insightCorrelationRuleMutate(
  • input: InsightCorrelationRuleInput!
  • ): InsightCorrelationRule
  • # Update or Insert an observation Mapping Rule. It deletes an existing Observation
  • # Mapping Rule if nothing other
  • # than ID is provided.
  • #
  • # Arguments
  • # input: [Not documented]
  • observationMappingRuleMutate(
  • input: ObservationMappingRuleInput!
  • ): ObservationMappingRule
  • # Update or Insert a Observation Tagging Rule. It deletes an existing Observation
  • # Tagging Rule if nothing other
  • # than ID is provided.
  • #
  • # Arguments
  • # input: [Not documented]
  • observationTaggingRuleMutate(
  • input: ObservationTaggingRuleInput!
  • ): ObservationTaggingRule
  • }

link Require by