Task Parameters

<< Click to Display Table of Contents >>

Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > VMWare vRealize Operations > Connector Parameters 

Task Parameters

Page Size

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.

 

finger1

Be aware:

Most APIs will limit the maximum page size!

 

Timeout

This parameter specifies the maximum time in seconds to wait for a response from the API before timing out. Ensuring efficient handling of network delays.

 

Technical Name

timeout

Category

Technical

Type

Integer

Default Value

30

Example Values

30

 

Maximum Retries

This parameter specifies the maximum number of retry attempts for failed API requests.

 

Technical Name

max_retries

Category

Technical

Type

Integer

Default Value

3

Example Values

3

 

Retry Backoff Factor

This parameter represents the exponential backoff factor for retry attempts, controlling how much longer the system waits between each retry.

 

Technical Name

retry_backoff

Category

Technical

Type

Integer

Default Value

2

Example Values

2