Path: / admin / realms / {realm} / events / config

View the events provider and how it is configured.

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

Method Summary
ResourceDescription
GET /admin/realms/{realm}/events/configView the events provider and how it is configured.
PUT /admin/realms/{realm}/events/configChange the events provider and/or it's configuration

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

View the events provider and how it is configured.

Output:
RealmEventsConfigRepresentation -
Produces:
application/json
HTTP Example:
PUT /admin/realms/{realm}/events/config

Change the events provider and/or it's configuration

Input:
RealmEventsConfigRepresentation
Output:
void
Consumes:
application/json