<< Click to Display Table of Contents >> Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > Vonage Unified Communications > Connector Parameters 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 maximum number of retry attempts for failed requests. It determines how many times the system will attempt to resend a request in case of failure before returning an error.
Technical Name |
max_retries |
Category |
Technical |
Type |
Integer |
Default Value |
3 |
Example Values |
3 |
This parameter specifies the delay in seconds between retry attempts. For rate limits this value will be used in an exponential backoff strategy to manage request retries efficiently.
Technical Name |
retry_delay |
Category |
Technical |
Type |
Integer |
Default Value |
1000 |
Example Values |
1000 |
This parameter defines the duration after which an ongoing request is terminated. Increase this value to avoid timeout errors.
Technical Name |
timeout |
Category |
Technical |
Type |
Integer |
Default Value |
30 |
Example Values |
30 |