OBJECT

AssetDiscovery

link GraphQL Schema definition

  • type AssetDiscovery implements ActiveQuery {
  • # Query ID
  • id: ID!
  • # Query name
  • name: String!
  • # Query description
  • description: String
  • # Query enabled
  • enabled: Boolean!
  • # Query trigger
  • trigger: QueryTrigger!
  • # Predefined query
  • predefined: Boolean!
  • # Query category
  • category: QueriesCategory!
  • # Query schedule
  • schedule: [DurationValue!]
  • # Operation type
  • operation: ActiveQueriesOpType!
  • # Target asset group
  • assetGroup: AssetGroup
  • # Query status
  • status: QueryStatus!
  • # Last execution datetime
  • lastExecution: Time
  • # Next execution datetime
  • nextExecution: Time
  • # Query created by
  • createdBy: String!
  • # Last edited by
  • lastEditedBy: String
  • # Last edited date
  • lastEditedDate: Time
  • # Networks to scan
  • #
  • # 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.
  • networks(after: String, first: Int, before: String, last: Int): StringConnection!
  • # Number of concurrent workers to use during scan
  • concurrentDiscoveryWorkers: ConcurentWorkersOptions!
  • # Pause between each target (ip) scan
  • pauseBetweenProbes: PauseBetweenProbesOptions!
  • }

link Require by

This element is not required by anyone