The content on this page deals with a legacy feature of the Akamai Identity Cloud. If you are currently an Identity Cloud customer and are using SIEM event delivery, that feature is still supported. However, if youโre new to the Identity Cloud, SIEM event delivery is no longer available.
See the API's various operations for details on their request parameters and response data:
Operation | Method | Endpoint |
---|---|---|
View the service status | GET | /config/โapplications/โ{appId}/โeventdelivery/โreadStatus |
Activate the service | POST | /config/โapplications/โ{appId}/โeventdelivery/โactivate |
Deactivate the service | POST | /config/โapplications/โ{appId}/โeventdelivery/โdeactivate |
View the blocklist | GET | /config/โapplications/โ{appId}/โeventdelivery/โreadBlocklist |
Add an event to the blocklist | POST | /config/โapplications/โ{appId}/โeventdelivery/โaddBlocklist |
Remove an event from the blocklist | POST | /config/โapplications/โ{appId}/โeventdelivery/โdeleteBlocklist |
View your public keys | GET | /config/โapplications/โ{appId}/โeventdelivery/โreadKeys |
Assign a public key | POST | /config/โapplications/โ{appId}/โeventdelivery/โaddKeys |
Delete a public key | POST | /config/โapplications/โ{appId}/โeventdelivery/โdeleteKeys |