<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > HCL BigFix Inventory > Connector Parameters Configuration |
This parameter contains the number of records fetched beforehand to determine the set of columns. Set to null in order to fetch all records.
Technical Name |
header_look_ahead |
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 CSV. If this number is too small, then not all fields may 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 the URL of the API endpoint from which data will be extracted.
Technical Name |
end_point |
Category |
Functional |
Type |
String |
Default Value |
n/a |
Example Values |
|
URL of the API endpoint to query relative to the server URL. The complete URL is constructed by resolving the endpoint to the Server URL, i.e. '{serverUrl}/{endPoint}'. This is necessary to allow multiple endpoints with the same server base URL in the future.
This parameter contains a comma-separated list of the columns to extract.
Technical Name |
columns |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null |
A comma-separated list of table fields to extract. If omitted, the default columns are fetched. Note that by default not all fields are returned.
This parameter contains an expression that is used to filter the records for certain criteria.
Technical Name |
criteria |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null |
An expression used to filter the records for certain criteria. The exact way how to compose those expressions is described here.
This parameter contains the date from which the data will be received in a YYYY-MM-DD format.
Technical Name |
start_date |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null, 1970-01-01 |
Date in YYYY-MM-DD format from which data will be received. Currently only supported within the license_usage_resource of API v2. If not specified, the default value is the date of the last successful data import to BigFix Inventory minus the number of days for which data in the corresponding computer group is calculated (90 days per default).
This parameter contains the date until which the data will be received in a YYYY-MM-DD format.
Technical Name |
end_date |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null, 1970-12-31 |
Specify the date until which data should be retrieved. Specify it in the YYYY-MM-DD format. If this filter is not specified, its default value is the date of the last successful import of data to the License Metric Tool.
This parameter contains the column name used for ordering the result set before the extraction. Set null for no specific order.
Technical Name |
order |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null, server_name asc, peak_value desc |
Column name used for ordering the result set before extraction. Default sort order is ascending. For descending sort order append desc to the column name (include space between column name and desc).