#1000 OIC GCP Pub/Sub adapter
Multicloud support has been a focus of the latest releases of OIC3, which now includes adapters for  Azure Active DirectoryAzure Event GridAzure Service BusAzure StorageGCP Pub/SubGCP StorageThis post...
View Article#1001 OIC GCP Storage Adapter
Leading on from the previous post -Â I created the above bucket in my GCP project. As you see, there are 4 invoices uploaded.Let's see how this works with OIC. I have a simple scheduled integration that...
View Article#1002 - OIC - Integrating with Monday.com using GraphQL adapter
IntroductionHere's my first board on Monday.com. Let's check out their api, firstly in Postman.Starting point is the Monday.com API documentation here.You will need an api key to authenticate requests....
View Article#1003 - OIC - Create your own adapter with the Rapid Adapter Builder
In a recent post, I discussed invoking RabbitMQ from OIC using the REST adapter. OIC doesn't have a dedicated RabbitMQ adapter, but RabbitMQ does have a rich REST api, hence my usage of that adapter.A...
View Article#1004 - OIC - Rapid Adapter Builder Part 2
Leading on from the previous post, let's delve a bit deeper.Adding your own logoThis above is the default logo, remember this is taken from the following file -Â Let's look for something more suitable,...
View Article#1005 OIC 24.02 New Features - Testing Feature
 This is a compelling new feature coming with the 24.02 release.Let's see how this works - here is my integration -I click the Test icon - As you can see, activation is happening under the hood.I click...
View Article#1006 Rapid Adapter Builder Part 3
Continuing the series of posts on this compelling new feature. The previous posts covered my basic adapter for RabbitMQ. If you remember, the connection creation was as follows -So all I could decide...
View Article#1007 OCI Policies for DevLive Lab London 2024
This is more of a note for the folks doing the hands on lab at DevLive 24 in London. The OIC lab involves uploading a .csv file from OIC FileServer to ATP. It is a bulk upload that will leverage OCI...
View Article#1008 OIC Rapid Adapter Builder resources
The official docs are now online here.So the key steps to get up and running are - 1. Download Visual Code from here.2. Download the OIC extension from here.Now read the documentation!Â
View Article#1009 OIC Service Metrics and OCI Dashboards
 OIC Service Metrics are available via your OIC instance page in the OCI console. The metrics names and description are as follows -Let me start with a very simple example - a sync integration that...
View Article#1010 AS2 Trigger / Invoke
The use case is to receive / send pdfs over AS2. No trading partner management is required.I begin with the receive -Create a Trigger AS2 Connection in OIC - Create a Sync Integration The logic is...
View Article#1011 OIC 24.02 New Features - Observability / REST API
Some nice new features coming with 24.02 -Â 1. Activity Stream now shows which user triggered an integration flow -Â 2. New REST API attributes for min/max execution duration.Let's try this out on the...
View Article#1012 - OIC Rapid Adapter Builder Enhancements
There have been some enhancements to the Rapid Adapter Builder -The project directory structure has changes somewhat -Â api - this is used when your input is an open api spec.misc - this is used when...
View Article#1013 OIC 24.04 New Features
Welcome to this deep dive on the April release new features. The release has a plethora of new features, highlights from an OIC developer perspective are probably the native action for OIC File Server...
View Article#1014 - connecting to OCI Queues from OIC via RPST
 The setup steps are as follows -Get the client id of the OIC appLocate the entry for your OIC instance - Create a Dynamic Group and include this app Add a Policy for Managing QueuesCreate a Queue in...
View Article#989 OIC 23.10 - OIC Events Enhancements
The 23.10 release includes the following enhancements -Â Ability to retain subscription on "subscriber" integration deactivationLarge Payload supportRetain SubscriptionIn 23.08 you see the following,...
View Article#1014 - OIC Observability with OCI Services
OCI Logging Analytics is steadily establishing itself as THE tool for OIC Fleet Management. So I'm taking this opportunity to revisit this topic to make it even easier for OIC customers to adopt it. I...
View Article#1015 OCI Health Check for OIC
 According to the official docs - The Oracle Cloud Infrastructure Health Checks service provides users with high frequency external monitoring to determine the availability and performance of any...
View Article#1016 OIC3 Factory API - Design and Runtime URLs
The OIC3 Factory API docs are available here. When you check out the example requests, you will see the following -The designtime url of OIC is used, as you can see. It has the format -...
View Article#1017 OIC 24.06 Release New Features
The mid-summer release of OIC3 has a lot in it. So, without further ado, let's begin.For me, the most compelling feature is the design time dependencies viewer we get in Projects.DesignTime...
View Article