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 withRead
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 thatInvestigate
>Applications
is enabled.
Request
Path Parameters
id stringrequired
id of application
- application/json
Body
required
- Array [
- ]
filters object[]
op string
attribute string
value object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
response object
counts object
Compute integer
groupBy string
cardinalityField string
{
"response": {
"counts": {
"Compute": 0
},
"groupBy": "string",
"cardinalityField": "string"
}
}
Loading...