INPUT_OBJECT

InsightConfigurationInput

Input to mutate the InsightConfiguration

link GraphQL Schema definition

  • input InsightConfigurationInput {
  • # Opaque unique id of the InsightConfiguration
  • id: ID
  • # List of the ObservationTagGroupInput
  • tagGroups: [ObservationTagGroupInput!]
  • # The flag to identify if whether or not to enable topology
  • useTopology: Boolean
  • }