OBJECT
FlagList
Contains a list of the flags in the system
link GraphQL Schema definition
- type FlagList {
- # Machine IP was changed
- 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! :
- # An SCD subscriptions recommendation CSV file is being processed
- Boolean! :
- # An SCD subscriptions recommendation by IED asset 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! :
- # A sensor is waiting to be used for the first time
- Boolean! :
- }