Skip to main content

Get Vulnerabilities by RQL

POST 

/uve/api/v1/vulnerabilities/search

Get the list of vulnerabilities and their details based on an RQL query. For vulnerability RQL query attributes, see Vulnerability Query Attributes. For example queries, see Vulnerability Query Examples.

info

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

Request

Query Parameters

    page_token string

    Token for pagination

Body

required
    query stringrequired

    Search query

    id string

    saved search ID

Responses

Successful response

Schema
    id string

    Saved search ID

    name string

    Vulnerability name

    description string

    Vulnerability description

    searchType string

    Search type

    saved boolean

    Whether it's saved or not

    timeRange object
    type string

    Type of Time Range

    value string

    Value of Time Range

    query string

    Query details

    data object
    totalRows integer

    Total number of rows

    items object[]
  • Array [
  • cveId string

    CVE ID

    name string

    Name

    cvssScore number

    CVSS Score

    totalImpactedAssets integer

    Total Impacted Assets

    riskFactors string[]

    Risk Factors

    code object
    build object
    deploy object
    run object
    published integer

    Published time

    exploitable boolean

    Exploitable

    patchable boolean

    Patchable

    severity string

    Severity

  • ]
  • nextPageToken string

    Token for next page

Loading...