vulnerabilityDetectionByCustomerAggregations
query
Retrieves aggregations of vulnerability detection by customer fields. VulnerabilityDetectionByCustomerAggregations!
Arguments
where
VulnerabilityDetectionByCustomerWhereInput
Filtering.
inOrganization
ID
Specifies which organization to search. If omitted, it will search user's entire scope. Providing an ID is recommended for faster query performance.
inRegion
RegionInput
Specifies which region to search. If omitted, the region will be inferred from the user's scopes.
Example Operation
# N-able GraphQL Operation

query VulnerabilityDetectionByCustomerAggregations (
  $where: VulnerabilityDetectionByCustomerWhereInput,
  $inOrganization: ID,
  $inRegion: RegionInput
) {
  vulnerabilityDetectionByCustomerAggregations(
    where: $where
    inOrganization: $inOrganization
    inRegion: $inRegion
  ) {
    # vulnerabilityDetectionByCustomerAggregations fields
  }
}