OBJECT
OtAgentDetails
OT Agent details
link GraphQL Schema definition
- type OtAgentDetails {
- # ID
- ID! :
- # Agent Host
- String! :
- # Name
- String! :
- # Version
- String! :
- # Scout version
- String! :
- # Agent status
- OtAgentStatus! :
- # Agent status timestamp
- Time! :
- # Networks the agent running discovery on
- String!] : [
- # Duplicated networks are added discovery/enrichment networks
- Boolean! :
- # Asset for agent host machine
- Asset :
- # Host asset name
- String :
- # Host asset name
- String :
- # Discovery scan schedule
- DurationValue!] : [
- # Discovery scan schedule enabled
- Boolean! :
- # Last scan datetime start
- Time :
- # Last scan datetime finish
- Time :
- # Last scan status
- OtAgentScanResult :
- # Last scan duration
- String :
- # Credentials defined for the agent
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): CredentialsConnection! ( :
- # The assets discovered by the agent
- #
- # Arguments
- # after: Returns the items in the list that come after the
- # specified cursor.
- # first: Returns the first n items from the list.
- # before: Returns the items in the list that come before the
- # specified cursor.
- # last: Returns the last n items from the list.
- String, : Int, : String, : Int): AssetConnection! ( :
- # Host OS
- String :
- # The origin of agent
- Origin :
- # Agent updates available
- Boolean! :
- # OT Scout updates available
- Boolean! :
- }