OIC Backups by John Graves
March 9, 2021 Leave a comment
This is a quick post for those who like to back up data, including OIC flows. The OIC REST API is pretty simple to use and follow, but it may not be obvious how to backup all your flows, so here is a script. NOTE: This is just for the integration flows an not for PCS or VBCS. There are two APIs used here: Retrieve Integrations and Export an Integration.
The high-level steps are:
- Get count of how many integrations exist
- Since you are limited to retrieving 100 flow details at a time:
Loop for every 100 flows - Export each flow
If you’d like to use this script, just modify the top few lines to point to your instance of OIC and your AUTH string. It’s pretty easy to get the AUTH string by just looking at the developer console when you login to OIC.
export SERVER_URL="https://…oraclecloud.com"
export AUTH="…"
Once the IAR is extracted, it is pretty easy to the expand it and check the code into GIT or DevCS. Read the complete article here.
For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.
Blog
Twitter
LinkedIn
Facebook
Wiki
Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress