OBJECT
SensorDetails
Sensor details
link GraphQL Schema definition
- type SensorDetails {
- # ID
- : String!
- # Core OS version of the sensor
- : CoreOsVersion
- # IP is one of externalIp or natIp according to user configuration (default:
- # externalIp)
- : String!
- # IP in case that sensor applies NAT conversion functionality
- : String!
- # IP that comes from the source ip of the pairing connection
- : String!
- # IP of the management interface of the sensor in its subnet
- : String!
- # Name
- : String!
- # Version
- : String!
- # Extended version
- : String!
- # Public key, Base64 encoded
- : String!
- # Is sensor approved
- : Boolean!
- # Tunnel status
- : TunnelStatus!
- # Connection status (data flow)
- : ConnectionStatus!
- # Sensor accumulated status considering tunnel status, connection status and
- # errors
- : SensorStatus!
- # Sensor accumulated status time stamp
- : Time!
- # Speed in bytes per second
- : Float
- # Timestamp of the last tunnel status update, approve or creation
- : Time!
- # Error message
- : String!
- # Error message timestamp
- : Time!
- # Allow the sensor to do active queries
- : SensorActiveStatus!
- # Networks the sensor is active on
- : [String!]!
- # Os updates available
- : Boolean!
- # Application updates available
- : Boolean!
- # Sensor that can be updated from the ICP
- : UpdatableStatus!
- # Last time check for updates triggered
- : Time!
- # The origin of sensor
- : Origin
- # Object usage information
- : UsageInfo!
- }