12/07/2022 10:38 AM
Has anyone implemented a REST connector where there is no pagination is available and data set is large? We have an application where they have provided the REST API to pull the data in. Filtered reconciliation works, however when we run the full reconciliation, the response time is around 10 minutes and the data set is so large that the job just states its running and no error message is reported. The response is around 54MB from postman and 10 minutes for the result to come back. We asked the application team to provide pagination and it seems its not possible.
12/07/2022 12:53 PM
Configuration Connection Timeout in ConfigJSON
{ "showLogs": true, "connectionTimeoutConfig": { "timeout": 300, "retryWait": 500 } }
https://saviynt.freshdesk.com/support/solutions/articles/43000521736-rest-connector-guide%C2%A0