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 |