Introducing INFAConnect

Introducing INFAConnect

Build the connector using Swagger file

Build the connector using Swagger file

After you register a connector, specify the Swagger details to build a connector.
Use a Swagger JSON or an OpenAPI JSON file to build a connector in
INFAConnect
.
  1. In the
    Swagger Details
    tab, specify the following details:
    Property
    Description
    Base URL
    Base URL of the application.
    For example, for the endpoint URL
    https://www.googleapis.com/youtube/v3/channels
    , the base URL is
    https://www.googleapis.com/youtube/v3/
    .
    Endpoint Name
    Name of the endpoint in the REST API.
    For example, for the endpoint URL
    https://www.googleapis.com/youtube/v3/channels
    , endpoint name is
    channels
    .
    Authentication
    Authentication type to connect to the application.
    Select one of the following authentication types:
    • Basic. Uses the user name and password for authentication.
    • OAuth 1.0. Uses the OAuth 1.0 open standard protocol to authorize access to user resources without exposing the user's credentials.
    • OAuth 2.0. Uses the OAuth 2.0 open standard protocol to authorize access to user resources without exposing the user's credentials.
    • Token. Uses a token to authenticate and validate a user for secure access.
    • API Key. Uses a unique API key for each user to authenticate requests.
    • No Authentication. Does not require authentication.
    Swagger File
    Swagger JSON or an OpenAPI JSON file that defines the structure, operations, parameters, and responses of an API.
    The following image shows the Swagger details required to build a connector:
    The image shows the Swagger details required to build a connector
  2. Click
    Submit
    .
    The connector is submitted for deployment to sandbox. You don't need to manually submit the connector for deployment to sandbox.

0 COMMENTS

We’d like to hear from you!