Skip to main content

Get Vulnerability Overview V2

GET 

/uve/api/v2/dashboard/vulnerabilities/overview

Returns a summary of the total runtime vulnerabilities in your environment which is further divided into runtime Vulnerabilities by Asset and Vulnerabilities that have already been remediated.

info

This endpoint is available on the Prisma Cloud Darwin release only.

Responses

Successful response

Schema
    overviewSummary object

    Provides Summary of the vulnerability, remediated and asset counts in Runtime

    totalVulnerableRuntimeAssets object
    totalCount int64
    deployedImageCount int64
    serverlessFunctionCount int64
    hostCount int64
    totalVulnerabilitiesinRuntime object
    totalCount int64
    criticalCount int64
    highCount int64
    mediumCount int64
    lowCount int64
    totalRemediatedinRuntime object
    totalCount int64
    criticalCount int64
    highCount int64
    mediumCount int64
    lowCount int64
    values object[]
  • Array [
  • lastUpdatedDateTime int64
    totalVulnerabilityCount int64
    totalVulnerableAsset int64
    totalRemediationCount int64
  • ]
Loading...