We currently use python and the API to run 2 types of 'reports' 1. We email reports to teams on the status of their running containers or hosts. these teams are defined in collections and based on docker labels. 2. post to teams some summary information, like how many containers are in Prisma or total vuln data What I still need to figure out is how to make a decent dashboard. As we have been working on this, we also have found that the data is very inconsistent across prisma. For example, if I look at all the containers in Radar I get one number, if I look at containers in monitor/vulnerabilities i get a very different number.
... View more