|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > IBM License Metric Tool > Connector Parameters Configuration |
This parameter contains the URL of the API endpoint to extract data from.
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 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 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 no filter is specified, its default value is the date of the last successful import of data to the License Metric Tool.
This parameter defines the column name used for ordering the result set before extraction. Use 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).