<< Click to Display Table of Contents >> Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > Vonage Contact Centers > Connector Parameter Task Parameters |
This parameter defines the page size during the API request (number of records).
Technical Name |
page_size |
Category |
Technical |
Type |
Integer |
Default Value |
100 |
Example Values |
100 |
It is recommended to change this value only if there are connection issues or rate limitation. Otherwise changing this parameter should not be necessary. The larger the page size, the longer a request will take. On the other hand, a high page size will decrease the total number necessary requests.
Be aware: Most APIs will limit the maximum page size! |
This parameter specifies the time after which a running request will be aborted. If set to null, the default timeout of the system will be used.
Technical Name |
timeout |
Category |
Technical |
Type |
Integer |
Default Value |
30 |
Example Values |
30 |
This parameter represents the maximum number of attempts after which an HTTP request will fail permanently.
Technical Name |
max_retries |
Category |
Technical |
Type |
Integer |
Default Value |
3 |
Example Values |
3 |
Failed requests will be resend by the connector before failing the whole connector run. When experiencing a lot of connectivity issues which are not related to server overload or some kind of rate limitation, it is recommended to increase this parameter as well as the Timeout and the Maximum Delay parameter.