4340
Views
2
Comments
Solved
What is the default timeout time of consume Rest API?
Question
I have an API, which gave me timeout error. When I see in the log.



When I checked the service studio, it says default timeout time is 100 seconds.

But when I checked my API response time in the API's origin server's log, API returned response within 10 seconds of time.

So, why was my application giving timeout error?

2018-06-12 08-51-11
Carlos Sousa
Staff
Solution
Hello,

The default timeout for consuming a REST API is 100 seconds.

Are you sure that tiemout refers to the REST API invocation?

Try to access service center -> Monitoring -> Integrations and find the invocation for that consumed REST API. You should see there the invocation duration and status?

2020-05-27 11-47-28
Brajesh Mehra
Thanks, 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.