Skip to main content

List Top Vulnerabilities

POST 

/v1/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

Request

Query Parameters

    limit int64
    type string

Header Parameters

    x-redlock-auth string

Body

    filters object[]
  • Array [
  • name FilterType (string)

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

    operator string

    Only allowed operator for the filter is '='

    value string

    Value for the applied filter

  • ]
  • timeRange object
    oneOf
    type string

    Type of time ranges supported: [absolute, relative]

    value object
    startTime int64
    endTime int64

Responses

OK

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