Path: / admin / realms / {realm} / audit

View the audit provider and how it is configured.

Path parameters:
realm - realm name (not id!)

Resources
NameDescription
eventsQuery audit events.

Method Summary
ResourceDescription
GET /admin/realms/{realm}/auditView the audit provider and how it is configured.
PUT /admin/realms/{realm}/auditChange the audit provider and/or it's configuration

Method Detail
HTTP Example:
GET /admin/realms/{realm}/audit

View the audit provider and how it is configured.

Output:
RealmAuditRepresentation -
Produces:
application/json
HTTP Example:
PUT /admin/realms/{realm}/audit

Change the audit provider and/or it's configuration

Input:
RealmAuditRepresentation
Output:
void
Consumes:
application/json