|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Workspace ONE > Connector Parameters Task Parameters |
This parameter defines the number of records retrieved from the Workspace ONE UEM API in a single request. Adjusting this value allows balancing between request frequency and the size of individual responses.
Technical Name |
BatchSize |
Category |
Functional |
Type |
Integer |
Default Value |
1500 |
Example Values |
1500 |
It is recommended to change this value only if there are connection issues or API rate limitations. A larger batch size reduces the total number of requests but increases the processing time and memory usage per request.
This parameter specifies whether user data should be retrieved from the Workspace ONE UEM API. When disabled, the connector skips the user collection endpoint entirely.
Technical Name |
FetchingUsersEnabled |
Category |
Functional |
Type |
Boolean |
Default Value |
true |
Example Values |
true, false |
This parameter specifies whether device data should be retrieved from the Workspace ONE UEM API. When disabled, the connector skips the device collection endpoint entirely.
Technical Name |
FetchingDevicesEnabled |
Category |
Functional |
Type |
Boolean |
Default Value |
true |
Example Values |
true, false |
This parameter specifies whether managed application data should be retrieved from the Workspace ONE UEM API. When disabled, the connector skips the application collection endpoint entirely.
Technical Name |
FetchingAppsEnabled |
Category |
Functional |
Type |
Boolean |
Default Value |
true |
Example Values |
true, false |
This parameter specifies whether the list of installed applications per enrolled device should be retrieved. When enabled, the connector issues an additional per-device API request for each enrolled device to collect the installed application inventory. Disabling this parameter can significantly reduce the total collection duration in large environments.
Technical Name |
FetchingAppsOnDevicesEnabled |
Category |
Functional |
Type |
Boolean |
Default Value |
true |
Example Values |
true, false |
|
Be aware: Enabling application fetching per device (FetchingAppsOnDevicesEnabled) may increase the overall collection duration significantly in environments with a large number of enrolled devices, as one additional API request is issued per device. |