OBJECT
FlagList
Contains a list of the flags in the system
link GraphQL Schema definition
- type FlagList {
- # Machine IP was changed
- Boolean! :
- # NTP was Changed
- Boolean! :
- # NTP is in fault state
- Boolean! :
- # NTP Servers are unreachable
- Boolean! :
- # System is initialized
- Boolean! :
- # Auth providers updated
- Boolean! :
- # DNS was changed
- Boolean! :
- # Your system has reached 85% storage capacity
- Boolean! :
- # Your system has reached 95% storage capacity
- Boolean! :
- # Monitor own traffic (self sniff) configuration changed
- Boolean! :
- # An assets CSV file is being processed
- Boolean! :
- # A sensor is pending approval
- Boolean! :
- # Assets deletion pending restart
- Boolean! :
- # Sensors updates available
- Boolean! :
- # GraphQL playground access toggled
- Boolean! :
- # Current blackout period for active queries
- ActiveQueriesBlackoutFlag! :
- # Device URLs were updated
- Boolean! :
- # Icp pairing request is pending EM user approval
- Boolean! :
- # Waiting for user approval of the EM certificate
- Boolean! :
- }