POST Event Handler Registration
The POST /Event Handler Registration method is used to register an event handler (see Event Handler Registration). This method returns HTTP 200 OK on a success with details of the added event handler(s).
Table 423: POST Event Handler Registration Input Parameters
| Name |
In |
Description |
|---|---|---|
| AssemblyName | Body | Required. A string containing the assembly name of the event handler to register. The handler file must be in the configured extensions directory on the machine running the Management Portal (see Application Settings: Console Tab). |
Table 424: POST Event Handler Registration Response Data
| Name | Description |
|---|---|
| id |
An integer indicating the Keyfactor Command reference ID for the event handler. |
| DisplayName | A string indicating the display name of the event handler. |
| ClassName | A string indicating the class name of the event handler (for example, CSS.CMS.Monitoring.EventHandling.Denied.DeniedLogger). |
| Enabled |
A Boolean indicating whether the event handler is enabled (true) or not (false). |
| SupportedEvents |
A string indicating which application events the event handler supports. Built-in events include:
|