Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

REST Connector - Full Account Import with no pagination

raghuraghav
New Contributor
New Contributor

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.

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

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

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.