API Docs
/
No Results Found
Authentication

Authentication

Steps to generate AuthToken

To access EventLog Analyzer from your applications or services, you need an authorization token from EventLog Analyzer. You can generate the same by following the steps below.

Note: Tokens have admin access and can access all device data without any limitations.
  1. Login to the EventLog Analyzer web console as an administrator.
  2. Go to Settings > Admin Settings > API Settings > click Create New AuthToken.
  3. EventLog Analyzer Rest API Settings EventLog Analyzer Rest API Settings
  4. In Generate AuthToken tab, select the API Scopes, and set an appropriate expiry time for the AuthToken.
  5. EventLog Analyzer Rest API Settings
  6. Scopes define the APIs that can be accessed using the generated AuthToken. You can choose one or more APIs to be part of a scope.

    Available Scopes:

      Scopes Scope operations available
      search search.READ
      Show Action
      logfields logfields.READ
      Show Action
      jobs jobs.READ
      Show Action
      jobs.DELETE
      Show Action
      logsources logsources.READ
      Show Action
      logsources.CREATE
      Show Action
      logsources.UPDATE
      Show Action
      logsources.DELETE
      Show Action
      agents agents.READ
      Show Action
      agents.CREATE
      Show Action
      agents.UPDATE
      Show Action
      domains domains.READ
      Show Action
      reports reports.READ
      Show Action
      reports.CREATE
      Show Action
      reports.DELETE
      Show Action
      reports.UPDATE
      Show Action
      logtypes logformats.READ
      Show Action
      logformats.CREATE
      Show Action
      logformats.UPDATE
      Show Action
      logformats.DELETE
      Show Action
      alerts alerts.READ
      Show Action
      incident incident.READ
      Show Action
      incident.CREATE
      Show Action
      incidents.update
      Show Action
      incident.DELETE
      Show Action
      users users.READ
      Show Action
  7. Click Create to generate the token.
  8. Your AuthToken will be generated. Please ensure that you copy the token displayed for integrating it with external applications since they cannot be retrieved again, only regenerated.
  9. EventLog Analyzer Rest API Settings