OBJECT

InsightConfiguration

InsightConfiguration type. InsightConfiguration is aggregated configurations per tenant

link GraphQL Schema definition

  • type InsightConfiguration implements InsightRule, Node {
  • # Status of the InsightConfiguration
  • active: Boolean!
  • # The user who created the InsightConfiguration
  • createdBy: User!
  • # Time at which the InsightConfiguration was created in UTC ISO-8601 format
  • creationTime: DateTime!
  • # Description of the InsightConfiguration
  • description: LocalizedString!
  • # Opaque unique id of a InsightConfiguration
  • id: ID!
  • # Time at which the InsightConfiguration was last updated in UTC ISO-8601 format
  • lastUpdateTime: DateTime
  • # The user who last updated the InsightConfiguration
  • lastUpdatedBy: User
  • # Name of the InsightConfiguration
  • name: LocalizedString!
  • # All tag groups for the tenant
  • tagGroups: [ObservationTagGroup!]
  • # The flag to identify if topology is enabled
  • useTopology: Boolean!
  • }