|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > VMware vRealize Operations Connector Parameters |
Number of items to retrieve in each API request
Technical Name |
page_size |
Category |
Technical |
Type |
Integer |
Default Value |
100 |
Example Values |
100 |
Controls how many items are returned in each paginated API request. Smaller values reduce memory usage but increase the number of API calls.
Timeout in seconds for each API request
Technical Name |
timeout |
Category |
Technical |
Type |
Integer |
Default Value |
30 |
Example Values |
30 |
Maximum time in seconds to wait for a response from the API before timing out
Maximum number of retry attempts for failed API requests
Technical Name |
max_retries |
Category |
Technical |
Type |
Integer |
Default Value |
3 |
Example Values |
3 |
The number of times to retry a failed API request before giving up
Exponential backoff factor for retry attempts
Technical Name |
retry_backoff |
Category |
Technical |
Type |
Integer |
Default Value |
2 |
Example Values |
2 |
The base factor for calculating exponential backoff between retry attempts. Wait time will be (retry_backoff ^ attempt_number) seconds.