OBJECT

ActiveQueriesGlobalConfigs

link GraphQL Schema definition

  • type ActiveQueriesGlobalConfigs {
  • # Are active queries enabled
  • enabled: Boolean!
  • # Blackout period in each no query should be executed
  • blackoutPeriod: ScheduleGroup
  • # Group of assets which queries should ignore
  • blacklistedAssetGroups: [AssetGroup!]
  • # Blacklist clients
  • clientGroups: [RestrictedProtocolType!]
  • }