Task Parameters

<< Click to Display Table of Contents >>

Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List > VMware AirWatch > 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

250

Example Values

250

 

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!

 

Request Timeout

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

 

Retry Delay

This parameter represents the initial delay in seconds between retry attempts for failed API requests. For server errors an exponential backoff strategy is applied.

 

Technical Name

retry_delay

Category

Technical

Type

Integer

Default Value

2

Example Values

2

 

When a request fails, the connector does a so-called exponential backoff. The delay increases with every failed attempt up to this duration. In order to limit the total runtime of the connector, on can set a maximum delay.

 

Maximum Retries

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

 

Technical Name

max_retries

Category

Technical

Type

Integer

Default Value

3

Example Values

3