API Keys

The API Keys window displays a list of API Keys. Also, you can generate new API keys.

Why API Keys are needed: In ADOC, you can perform elemental tasks such as rule execution, starting a crawler, and profiling an asset through direct API calls in addition to the existing UI interface. These sets of exposed APIs are authenticated through a pair of ‘accessKey’ and ‘secretKey’ present in the API request header. This page displays the API keys that you need for using the APIs.

To access the API key page:

  1. Click Settings from the left pane.
  2. Click API Keys.

Generating API Keys

To generate new API Keys perform the following steps:

  1. Click the Generate API Key button to proceed to the Generate API Key page.
  2. Enter a Display Name and select a validity date from the calendar.
  3. Click the Generate Key button.
  1. Click the Download API Key button to download the secret and access keys.

Rule Execution

Request

POST http://localhost:8888/api/webhook/rules/executions/:id

Request Parameters(mandatory)

  • Headers
  • accessKey(string)
  • secretKey(string)
  • Path parameters
  • id - Rule Id (Rule should be enabled)
Copy
  • Rule Execution Response
JSON
Copy
  • Incorrect API Key Response
JSON
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard