OBJECT
FlagList
Contains a list of the flags in the system
link GraphQL Schema definition
- type FlagList {
- # Machine IP was changed
- : Boolean! @deprecated( reason: "Deprecated since 4.2, flag not used anymore" )
- # System is initialized
- : Boolean! @deprecated( reason: "Deprecated since 4.2, flag not used anymore" )
- # 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!
- # An OT Agent is pending approval
- : Boolean!
- # Assets deletion pending restart
- : Boolean!
- # Sensors updates available
- : Boolean!
- # GraphQL playground access toggled
- : Boolean! @deprecated( reason: "Deprecated since 4.2, flag not used anymore" )
- # 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!
- }