OBJECT

FlagList

Contains a list of the flags in the system

link GraphQL Schema definition

  • type FlagList {
  • # Machine IP was changed
  • ipChange: Boolean!
  • # NTP was Changed
  • ntpChange: Boolean!
  • # NTP is in fault state
  • ntpFault: Boolean!
  • # NTP Servers are unreachable
  • ntpServersUnreachable: Boolean!
  • # System is initialized
  • initialized: Boolean!
  • # Auth providers updated
  • authProviderUpdate: Boolean!
  • # DNS was changed
  • dnsChange: Boolean!
  • # Your system has reached 85% storage capacity
  • softLimit: Boolean!
  • # Your system has reached 95% storage capacity
  • hardLimit: Boolean!
  • # Monitor own traffic (self sniff) configuration changed
  • selfSniffChange: Boolean!
  • # An assets CSV file is being processed
  • assetsCsvIsRunning: Boolean!
  • # A sensor is pending approval
  • sensorPendingApproval: Boolean!
  • # Assets deletion pending restart
  • assetsPendingDeletion: Boolean!
  • # Sensors updates available
  • sensorUpdatesAvailable: Boolean!
  • # GraphQL playground access toggled
  • graphQLToggle: Boolean!
  • # Current blackout period for active queries
  • activeQueriesBlackoutPeriod: ActiveQueriesBlackoutFlag!
  • # Device URLs were updated
  • deviceUrl: Boolean!
  • # Icp pairing request is pending EM user approval
  • icpPairingRequestPendingApproval: Boolean!
  • # Waiting for user approval of the EM certificate
  • waitingForEmCertApproval: Boolean!
  • }