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]
- (
- 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]
- (
- 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]
- (
- 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]
- (
- ObservationTaggingRuleInput! :
- ): ObservationTaggingRule
- }