Skip to main content

Get Risk Count of an Application

POST 

/appid/api/v2/app/:id/grouped-counts

Get risk count of an application by application ID.

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

Path Parameters

    id stringrequired

    id of application

Body

required
    filters object[]
  • Array [
  • op string
    attribute string
    value object
  • ]

Responses

OK

Schema
    response object
    counts object
    Compute integer
    groupBy string
    cardinalityField string
Loading...