<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > VMWare vRealize Operations > Connector Parameters Configuration |
This parameter contains the number of records fetched beforehand to determine the set of columns. Set this value to null for all records. This only applies to clusters.
Technical Name |
header_look_ahed |
Category |
Functional |
Type |
Integer null |
Default Value |
100000 |
Example Values |
100000, null |
Some API endpoints have variable records, but do not describe the columns and respectively the column names beforehand. However, this is necessary to prepare the output CSV. The connector will collect and cache a number of records before writing the first line to the CSV. If this number is too small, then not all fields will be determined, and these will be missing in the final data. If the number is large, the memory consumption of the connector will increase.
This parameter contains a comma-separated lists of saved cluster fields.
Technical Name |
cluster_fields |
Category |
Functional |
Type |
Array null |
Default Value |
null |
Example Values |
null, configuration|dpmConfiginfo|defaultDpmBehavior, configuration|dpmConfiginfo|enabled, configuration|drsconfig|affinityRules, configuration|drsConfig|defaultVmBehavior, configuration|drsConfig|enabled, configuration|drsConfig|vmotionRate, config|name, summary|drsTunable, summary|folder, summary|parentDatacenter, summary|parentVcenter, summary|resourcePool |