Skip to main content

Get Application Summary

GET 

/appid/api/v2/app/summary

Get the statistical details about applications in your environment such as count of applications discovered, number of vulnerabilities, and so on.

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

Responses

OK

Schema
    totalAssets integer
    totalApps integer
    appsWithVuln integer
    appsWithCriticalAlerts integer
    newlyDiscoveredApps integer
Loading...