The Timeout Policy allows you to determine timeouts for your API. You can differentiate between a timeout for the initial connection and a timeout for the entire request. The timeout set in this policy overrides the global timeout for this specific API.

Configuration Options

Basic Configuration

OptionDescriptionPossible ValuesDefault
Timeout Connect (ms)Defines the timeout for the initial connection between gateway and backend API.
The global connection timeout is 60.000 ms.
an integer10.000 ms
Timeout Read (ms)

Defines the timeout for the entire request including the time spent waiting for data to be read.
The global request timeout is 120.000 ms.

an integer30.000 ms
On this Page: