OBJECT

AssetRelationshipSnmpCrawlerDetails

link GraphQL Schema definition

  • type AssetRelationshipSnmpCrawlerDetails implements AssetRelationship {
  • # Relationship ID
  • id: ID!
  • # Asset
  • asset: Asset!
  • # Partner
  • partner: Asset!
  • # Relationship type
  • relationshipType: RelationshipType!
  • # Relationship direction. 'From' is partner->asset,'To' is asset->partner.
  • # Bidirectional is neutral
  • relationshipDirection: RelationshipDirection!
  • # Relationship first occurrence
  • firstSeen: Time!
  • # Relationship last occurrence
  • lastSeen: Time!
  • # Port Name
  • portName: String!
  • # Mac address
  • mac: 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.
  • macIps(after: String, first: Int, before: String, last: Int): StringConnection!
  • }

link Require by

This element is not required by anyone