Export integrations from the Oracle Visual Builder
Managing integrations efficiently is a key aspect of working with Oracle Integration Cloud (OIC), especially when it comes to sharing or migrating your work. What if you could allow users to view a list of all available integrations and export any of them directly from a user-friendly Visual Builder interface?
In this article, we’ll show you how to build a Visual Builder page that not only displays a dynamic list of your OIC integrations but also enables users to export individual integrations on demand—all with the help of REST APIs.
To implement this functionality, we’ll use two essential OIC REST APIs:
- GET /ic/api/integration/v1/integrations – Retrieves a list of all available integrations.
- GET /ic/api/integration/v1/integrations/{id}/archive – Exports a specific integration by its ID.
By integrating these APIs into Visual Builder through service connections, you can empower users with an intuitive export capability—no backend development required.
Follow these steps to get started:
- Register the above REST APIs in your Visual Builder Service Connections.
- Configure the page to display the list of integrations.
- Implement the export functionality tied to each integration row.
For a complete, step-by-step walkthrough on setting this up, watch the detailed video below:
If you found this article valuable, we would greatly appreciate your support through likes, comments, and shares.
Additionally, we invite you to subscribe to our YouTube channel for more insightful videos. Don’t miss out on our latest updates – be sure to click the subscribe button to stay informed about our newest content.
Further readings:
Show or Hide columns of a table in Oracle Visual Builder
How to enable/disable a button in Oracle Visual Builder
How to render UI component conditionally in Oracle Visual Builder
How to create a dynamic form layout in Oracle Visual Builder
Update fire notification message style in Oracle Visual Builder