Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

maximum response size allowed in REST API call response

ksadhashiva
New Contributor
New Contributor

Hi,

 

In one of the REST integration an API call response size is around 10 MB and it is observed that all the response entries in this particular API call are being ignored by Saviynt. no changes are in account_entitlements1 table.
Whereas this same REST connector has other API calls with much lesser response data size and all the operations are executed for that call.
 
Is there any limitation on the API call response size ?
 
Thanks,
Karthik
 
1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can configure readtimeout and write timeout in configJson 

{
"connectionTimeoutConfig": {
"connectionTimeout": 10,
"readTimeout": 120,
"retryWait": 2,
"retryCount": 3,
"writeTimeout": 60
}
}

define as per postman response time 

https://docs.saviyntcloud.com/bundle/Box-v24x/page/Content/Specifying-the-Custom-Configurations.htm


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.