Activate the Integration

Your integration is now ready to go live. Let’s activate the integration.

  1. On the Integrations page, in the row for the GetWeather integration, click Configured. Switch to activate Configured. Switch to activate icon.
    This displays the Activate Integration dialog.
  2. Enable tracking to verify that the integration is working as expected.
    1. Select the Enable Tracing check box.
    2. Select the Include payload check box so that you can verify the logs. This option is not recommended for a production environment.
  3. Click Activate.

    It might take a few moments before the integration is activated. Click Refresh Refresh icon if the status is in progress. The icon turns green when the integration is active and ready to be invoked.

    Description of integration_activated.png follows
    Description of the illustration integration_activated.png

  4. Next, obtain the endpoint URL of your integration. For your integration, click How to run How to run icon, then click the link displayed for Endpoint URL.
    This opens a new browser tab and displays endpoint connectivity details like the endpoint URL, swagger link to access the API specification, query parameters, response sample, and so on.
  5. Under Endpoint URL, copy the following part of the URL:

    https://example.com:443/ic/api/integration/v1/flows/rest/GETWEATHER/1.0/weather

    Where:

    example.com refers to the host name of your Oracle Integration instance. Ensure that you do not copy the query parameters from the URL: ?q=[q-value]&weatherkey=[weatherkey-value].

    You’ll need this endpoint URL when you create the connection to the integration from your Visual Builder application.

    You can keep the browser window open in case you need to copy the endpoint URL again.