Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleIn 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.

Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

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 Rdbrest-Snapshot api from the Type list.
  5. Database name field: The name of the database. It will replace the marker {DATABASE} used in the field jdbcUrl of connection object
  6. etc.
  7. Specify crawl rule

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

Image RemovedImage AddedImage Added