OBJECT

Integration

All integration servers data by type

link GraphQL Schema definition

  • type Integration {
  • # Aruba defined servers
  • #
  • # 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.
  • arubaServers(after: String, first: Int, before: String, last: Int): ArubaServerConnection!
  • # Palo Alto defined servers
  • #
  • # 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.
  • paloAltoServers(after: String, first: Int, before: String, last: Int): PaloAltoServerConnection!
  • # Tenable.sc defined servers
  • #
  • # 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.
  • scServers(after: String, first: Int, before: String, last: Int): ScServerConnection!
  • # Tenable.io defined servers
  • #
  • # 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.
  • ioServers(after: String, first: Int, before: String, last: Int): IoServerConnection!
  • # Tenable.one defined servers
  • #
  • # 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.
  • oneServers(after: String, first: Int, before: String, last: Int): OneServerConnection!
  • }

link Require by