get the response from rest API and insert the data into another rest API

Hi Team,

I am new to apigee and I need to create API Proxy for a external REST API.

My requirement is as below.

Get the values from rest API and mapping the values .Then the values will be inserted into another rest API via post method. This process will be schedule for every ten minutes.

I request you to please help me with

  • Detailed step by step approach with what I need to do.

 

 

0 3 113
3 REPLIES 3

For your use case, you can achieve this by a combination of ServiceCalloutPolicy and TargetServers within your Apigee proxy. Checkout Apigee documents for further help on building the proxy.

Thanks.

Hi Team,

Is it  possible to do the above my requirements in google apigee ?

This sounds like a use case for Application Integration to me since you're retrieving data from one API and posting it to another every 10 minutes. 

https://cloud.google.com/application-integration/docs/overview