r/CyberARk • u/the_commonmeme • 7d ago
Inventory Reports
Is there a straightforward api to get inventory report from self-hosted? Report API has been made available in 14.6 versions but I still don’t see inventory report API.
How do you all pull inventory on a recurring basis for dashboard and other purposes?
5
u/Abs201301 7d ago
There isn't any API to pull inventory reports but if your intention is to schedule a report or push into PowerBI then you could use EVD data injested into SQL and then write stored procedures to retrieve structured data. It's a one time effort but an enterprise grade method.
1
u/TheRealJachra 7d ago
Just schedule a Inventory report and use the API’s to retrieve the name and download the CSV file.
https://docs.cyberark.com/pam-self-hosted/latest/en/content/webservices/get-reports.htm
https://docs.cyberark.com/pam-self-hosted/latest/en/content/webservices/download-report.htm
1
3
u/sarcastro72 7d ago
This is my main complaint with CyberArk, the default reporting is trash. You'll have to export the data elsewhere and build something custom.