Can APIGEE used to pull payloads from Customer

uuk007
New Member

Hi,

Using a scheduler, we want to pull the document from Customer premises to our network. Also while pulling we want to get autheticated using customers Resource server

Regards

Udhaya

0 3 193
3 REPLIES 3

  1. What do you want to do with the pulled document?
  2. What is the size of this document?
  3. What type of authentication do you want to do?

BTW Apigee is an API Management tool. Scheduler option is not available OOTB in Apigee and is better of doing it in an ESB tool.

Apigee also has some restrictions on the payload/document sizes.

What do you want to do with the pulled document?

Pulled document will be given to back end for processing further

What is the size of this document?

Document size will be 15 KB

What type of authentication do you want to do?

Customer Resource Server will send JWT to pull the document

Not applicable

15KB payload is not a problem in apigee. You can use service callout to authenticate and pull information and send that one to the backend for further processing. But scheduling is not available in apigee. You can hit api periodically using some other way.