04 Jan 2022 10:13 PM - last edited on 19 Jun 2023 09:46 AM by Karolina_Linda
Hello
I started POC with an application security module and the first requirement that I received from CISO and the security team is the automated report that contains all the vulnerabilities with all the existing data in Dynatrace.
Is it possible to create such report? I didn't find a useful API because the API that gets all problems isn't detailed and the API that gets specific problem by ID returns internals entity names.
Please advise.
Best Regards
Anatoly.
Solved! Go to Solution.
04 Jan 2022 10:51 PM
Hi @gofman_anatoly ,
did you check the Security Problems API - get all vulnerabilities? Then you can iterate the list and use the Security problems API - GET a problem and pass the ID obtained in the get all vulnerabilities to get details about the security problem. Be sure to include the fields you need in the parameters.
07 Oct 2022 10:44 PM
I have the same request about a security application from a client that requires a report, Dynatrace API only lists the vulnerabilities and does not show the description or description of how to fix and these data are the most important. I attached file extracted from the API info.
08 Oct 2022 10:04 AM
For the details you ned to do an API call to get the details for each security problem. The remediation actions are, however, as far as I remember not (yet) part of the API response.
07 Nov 2022 11:15 AM
Considering there are new security featured, was this report option added? I did not see a mention of it in the documentation.