Skip to main content
Feedback

Configuring Endpoint Call Processing

Procedure

  1. Sign in to the Boomi Cloud API Management (Control Center) dashboard.

  2. Click API Definitions on the Get Started page or navigate to Design > APIs.

  3. On the Manage your APIs with API Definitions page, in the Name column, select the API Definition link from the list. This opens the Endpoint Settings: <your endpoint name> page.

  4. On the Endpoint: <your endpoint name> page, in the Name column, select an endpoint link or settings icon next to the row you want to configure endpoint settings.

  5. Navigate to Call Transformations. On the Call Transformations page, specify the following information in these fields:

    • Processing Adapter: com.mashery.proxy.customer.generic.soap-cache-connector

    • Perform Pre-Processing: Enabled

    • Perform post-processing: Enabled

    • Data to make available for pre-processing: Enter the following data one per line:

      DataExampleNotes
      cache_ttl : <Cache TTL In Minutes>cache_ttl : 10

      This is a required field.

      Note: If cache_ttl is non-numeric or its value is not between 0 and 60 minutes, then cache expiry time will be set as 5 minutes.

      headers : {"<header_name>", ...}headers : {"API_Key", ...}

      This is an optional field.

      Limit the number of headers to mitigate the risk of additional latency (best practice)

  6. Click Save.

On this Page