HCL Commerce Version 9.1.10.0 or later

Get connector descriptor of existing connector

In this lesson you create the auth.product connector descriptor JSON file using the Search Ingest Service API.

Procedure

Complete the following steps to create the auth.product connector descriptor.
  1. Use the following URL to access the Swagger user interface. You will use this interface to interact with the Search Ingest Service API.
     http://ElasticSearchHostname/IP:30800/swagger-ui/index.html?url=/v3/api-docs&validatorUrl=#
    /Connector%20Configuration/getConnectorById
  2. In the Swagger interface, navigate to Connector Configuration > GET: /connectors/{id}.
  3. Click Try it out.
  4. In the id field, enter auth.product.
  5. Click Execute.
    The auth.product connector descriptor JSON appears in the Response body as shown in the image below.
  6. Click Download to save the connector descriptor JSON file.