Logo
Akamai APIs API Documentation

Event Viewer API

Number of APIs: 2


Event Viewer records events completed through Control Center that are available to site administrators, such as configuration changes, login attempts, and log deliveries. You can use the Event Viewer API to read your Control Center event data. For example, as most event data is available for 90 days, you can use this API to archive data that's older than 90 days.

Note: Data for the Upload ECCU File and LDS Successful delivery events is available for seven days.

Authentication

Create an authentication credential that contains the client token and client secret required to authenticate Akamai API requests.

  1. Navigate to the Identity and Access Management section of Akamai Control Center and click Create API Client.

Note: If you don't have access to the Identity and Access Management tool, contact your local Akamai Control Center admin or your Akamai account team for assistance.

  1. Click Quick and then Download in the Credentials section.

Note: If you need to refine access levels or permissions, see Create a client with custom permissions.

  1. Open the downloaded file with a text editor and add [default] as a header above all text.
  [default]
  client_secret = C113nt53KR3TN6N90yVuAgICxIRwsObLi0E67/N8eRN=
  host = akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net
  access_token = akab-acc35t0k3nodujqunph3w7hzp7-gtm6ij
  client_token = akab-c113ntt0k3n4qtari252bfxxbsl-yvsdj
  1. Fork the [Akamai Authentication] environment, populate the variables, and [set it for your workspace]

Dependencies

  • To enable this API, choose the API service named Event Viewer APIs, and set the access level to READ-WRITE.
  • If you want data for a specific type of event, run List event types to retrieve the event type IDs available.

Integration methods

You can use this API collection in these integration methods: - API


1. Event types - List event types

GET https://{{host}}/event-viewer-api/v1/event-types



2. Events - List events

GET https://{{host}}/event-viewer-api/v1/events



ENDPOINTS