Member since
09-02-2014
63
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2570 | 12-16-2021 09:30 AM |
12-16-2021
09:30 AM
2 Kudos
The API Explorer under 'CM => Support => API Explorer' can help you create the CM API to export the CM Audit logs. Once you are in the Cloudera Manager API page, click on 'GET /audits', then click 'Try it out', and click 'Execute' below. This will give you a curl command, request url, as well as the response body. You can change the parameters to filter the results.
... View more