Updated on 2024-04-23 GMT+08:00

HTTP Request

The HTTP request connector calls other OpenAPIs through HTTP/HTTPS to obtain data required for orchestration.

Creating an HTTP Request Connection

  1. Log in to the new ROMA Connect console.
  2. In the navigation pane on the left, choose Connector. On the page displayed, click New Connection.
  3. Select the HTTP request connector.
  4. In the dialog box displayed, configure the connector and click OK.

    Parameter

    Description

    Name

    Enter the connector instance name.

    Base Address

    API request address.

    Security Authentication

    Authentication mode used to invoke an API.

    • App: Users are authenticated using the key and secret of an authorized integration application.
    • None: Authentication is not required for API requests.

    App Key

    Required when Security Authentication is set to App.

    Key of the integration application for authentication.

    APP Secret

    Required when Security Authentication is set to App.

    Secret of the integration application for authentication.

    Description

    Enter the description of the connector to identify it.

Action

  • GET
  • POST
  • PUT
  • DELETE
  • HEAD

Configuration Parameters

Parameter

Description

Request URL

API request URL.

Stop on Failure

Whether to stop when an API fails to be called.

Parameter

Configure the request parameters of the API. Click Add to add request parameters based on the API definition.

Request Body Type

Required when Action is set to POST or PUT.

Select the request body type of the API.

Body

Required when Action is set to POST or PUT.

Enter the API body.