Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the API to get compliance events
This adds a list API endpoint at /api/v1/compliance-events and allows an individual compliance event to be retrieved with /api/v1/compliance-events/<id>. The list API endpoint supports sorting, pagination, and the flag of `includeSpec` which is disabled by default. Relates: https://issues.redhat.com/browse/ACM-6857 Signed-off-by: mprahl <[email protected]> (cherry picked from commit b322afd)
- Loading branch information