OBJECT
AssetRelationshipSnmpCrawlerDetails
link GraphQL Schema definition
- type AssetRelationshipSnmpCrawlerDetails implements AssetRelationship {
- # Relationship ID
- : ID!
- # Asset
- : Asset!
- # Partner
- : Asset!
- # Relationship type
- : RelationshipType!
- # Relationship direction. 'From' is partner->asset,'To' is asset->partner.
- # Bidirectional is neutral
- : RelationshipDirection!
- # Relationship first occurrence
- : Time!
- # Relationship last occurrence
- : Time!
- # Port Name
- : String!
- # Mac address
- : String!
- # Ips seen for the mac
- #
- # 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): StringConnection!
- }
link Require by
This element is not required by anyone