ListEventsRequest do not support Filtering of Events by ACTION
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 243
- Forks
- 171
- Avg merge
- 30m
- Merged PRs (30d)
- 4
Description
We want to be able to fetch the Audit Events by filtering on Action(GET, PATCH, POST, PUT & DELETE). However, the same is supported via the CLI and Console.
https://docs.oracle.com/en-us/iaas/Content/Audit/Tasks/searching-log-events.htm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ListEventsRequest entry point and compare its available event filters with the Audit searching documentation linked in the issue. Add support for filtering events by GET, PATCH, POST, PUT, and DELETE actions, and verify that callers can request those filters through the Java SDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cloud, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100