OBJECT
InsightConfiguration
InsightConfiguration type. InsightConfiguration is aggregated configurations per tenant
link GraphQL Schema definition
- type InsightConfiguration implements InsightRule, Node {
- # Status of the InsightConfiguration
- Boolean! :
- # The user who created the InsightConfiguration
- User! :
- # Time at which the InsightConfiguration was created in UTC ISO-8601 format
- DateTime! :
- # Description of the InsightConfiguration
- LocalizedString! :
- # Opaque unique id of a InsightConfiguration
- ID! :
- # Time at which the InsightConfiguration was last updated in UTC ISO-8601 format
- DateTime :
- # The user who last updated the InsightConfiguration
- User :
- # Name of the InsightConfiguration
- LocalizedString! :
- # All tag groups for the tenant
- ObservationTagGroup!] : [
- # The flag to identify if topology is enabled
- Boolean! :
- }