OCI API Gateway can be used to manage access to your your integration apis. This post goes into a bit more details on the mechanics of such, for different types of integrations.
The initial setup of the gateway is detailed here.
Now to my integrations -
First HalloWelt -
Let's expose HalloWelt via the gateway.That's it - Pick up the endpoint, once created - Test from Postman -Now to test this from Postman, firstly I take the curl representation of the request -
and I drop it into Postman. I could also have copied the endpoint url from here -Now I expose this via the api gateway. For this to work, I need to set the following in the route -
I now run this from postman -
I get the following error in postman -
Exception while processing Trigger request for </ic/api/integration/v2/flows/rest/project/AA_LARGEFILEPROCESS/WRITELARGEFILETO_V2/1.0/file>. Error Message : Unsupported media type in the request
No comments:
Post a Comment