Wednesday, September 18, 2024

OIC gen3 - Publishing an integration endpoint to OCI api gateway

Usecase: Here, we will see how we can publish our integration endpoint to OCI API gateway.

Steps:

Step1: once your integration is ready, activate and click on action >> publich to api gateway


Step2: select compartment >> selwct api gateway >> select or create new deploymwent.


Step3: view deployment in OCI console >> take api details and test



For more details:

Reference:

https://niallcblogs.blogspot.com/2023/12/999-2312-publishing-oic-endpoints-to.html?m=1

No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...