You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

In Progress



The RDB via Snapshot Connector can be configured using the Aspire Admin UI. It requires the following entities to be created:

  • Credential
  • Connection
  • Connector
  • Seed

Bellow are the examples of how to create the Credential, Connection and the Seed. For the Connector please check this page.

Create Credential


  1. On the Aspire Admin UI go to the credentials tab 
  2. All existing credential will be list. Click on the new button 
  3. Enter the new credential description. 
  4. Select rest-api from the Type list.
  5. Select required authentication method: basic, bearer, api-token, none
  6. The description of all "credential" fields  can be found here.

Create Connection

  1. On the Aspire Admin UI go to the connections tab 
  2. All existing connection will be list. Click on the new button 
  3. Enter the new connection description. 
  4. Select rest-api from the Type list.
  5. In the "API Base URL:" field, enter your REST service API URL
  6. Trust all certificates: If selected, no HTTPS certificate validation will be done

Create Connector


For the creation of the Connector object using the Admin UI check this page


Create Seed


  1. On the Aspire Admin UI go to the seeds tab 
  2. All existing seeds will be list. Click on the new button 
  3. Enter the new seed description. 
  4. Select rest-api from the Type list.
  5. Specify crawl rule

The description of all "seed" fields can be found here.

  • No labels