๐Ÿ“˜

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.

The SIEM event delivery service API relies on standard HTTP status codes when reporting errors. For example, if you include an invalid username or password when calling an operation you'll get back a 401 Unauthorized* error and an error message similar to this:

{
  "errors": "Not authorized - your client credentials may be invalid"
}

Errors and error messages you might encounter when using the SIEM event delivery service API are described in subsequent sections of this document.