Your integration is now ready to go live. Let’s activate the integration.
On the Integrations page, in the row for the GetWeather integration, click Configured. Switch to activate.
This displays the Activate Integration dialog.
Enable tracking to verify that the integration is working as expected.
Select the Enable Tracing check box.
Select the Include payload check box so that you can verify the logs. This option is not recommended for a production environment.
Click Activate.
It might take a few moments before the integration is activated. Click Refresh if the status is in progress. The icon turns green when the integration is active and ready to be invoked.
Next, obtain the endpoint URL of your integration. For your integration, click How to run, 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.
Under Endpoint URL, copy the following part of the URL:
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.