Skip to main content

Get Vulnerabilities and Alerts for an Application

POST 

/appid/search/api/v1/app/risk

Returns vulnerabilities and alerts associated with assets.

Note: You need investigateApplicationRql feature with Read permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Investigate > Applications is enabled.

Request

Body

required
    query string
    applicationId string

Responses

A JSON object containing vulnerabilities and alerts.

Schema
    vulns object[]

    List of vulnerabilities.

    alerts object[]

    List of alerts.

  • Array [
  • unifiedAssetId string

    Unique identifier for the asset associated with the alert.

    alertId string

    Unique identifier for the alert.

    policy object

    Details of the policy that triggered the alert.

    policyId string

    Unique identifier for the policy.

    name string

    Name of the policy.

    severity string

    Possible values: [low, medium, high, critical]

    Severity level of the policy.

    policyType string

    Type of the policy.

    findingTypes string[]

    Possible values: [PRIVILEGE_ESCALATION, INTERNET_EXPOSURE, OTHER]

    Types of findings associated with the policy.

  • ]
Loading...