Skip to main content

List Top Vulnerabilities

Gets the data for the top 5 hosts and top 5 images with highest number of vulnerabilities, based on the type for the request time, accounts and account groups

Query Parameters
  • limit int64
  • type string
Header Parameters
  • x-redlock-auth string
Request Body
  • filters object[]
  • Array [
  • name FilterType

    Possible values: [account.group, cloud.account]

  • operator string
  • value string
  • ]
  • timeRange object
  • type string
  • value object
Responses

OK


Schema
  • value object[]
  • Array [
  • unifiedAssetId string
  • resourceName string
  • numCriticalVulnerabilities int64
  • numHighVulnerabilities int64
  • totalVulnerabilities int64
  • ]
  • date string
  • ts int64
Loading...