Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this solution

avatar
Contributor

@ManusUse the below Ranger rest API to fetch the audit logs :

 

curl -v --insecure --anyauth --user username:password -H "Accept: application/json" -H "Content-Type: application/json" -X GET https://RANGER_HOST:6182/service/assets/accessAudit

View solution in original post

Who agreed with this solution