Skip to main content

List Total Vulnerable Images and Hosts

POST 

/v1/vulnerabilities/summary

Gets the summary data for all the vulnerable images and hosts, for the request time, accounts and account groups

Request

Query Parameters

    prismaId 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
    images object
    totalCriticalVulnerabilities int64
    totalHighVulnerabilities int64
    hosts object
    totalCriticalVulnerabilities int64
    totalHighVulnerabilities int64
    totalBySeverity object
    totalCriticalVulnerabilities int64
    totalHighVulnerabilities int64
    date string
    ts int64
    lastScanTs int64
Loading...