|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Qualys > Connector Parameters Task Parameters |
This parameter filters the assets retrieved from the Qualys API to only those that have been modified after the specified date and time. When left empty, all assets are retrieved regardless of when they were last updated. This parameter enables incremental data collection and can significantly reduce extraction time for subsequent runs.
Technical Name |
asset_last_updated |
Category |
Functional |
Type |
String (ISO 8601 datetime) |
Default Value |
{empty} |
Example Values |
2024-01-01T00:00:00Z |
This parameter specifies the HTTP request timeout in seconds. Requests that exceed this duration are aborted.
Technical Name |
timeout |
Category |
Technical |
Type |
Integer |
Default Value |
90 |
Example Values |
90, 180 |
This parameter specifies the number of assets to retrieve per API page. Adjusting this value can help address connection issues or rate limiting. Larger page sizes reduce the total number of requests but increase the duration of each individual request.
Technical Name |
page_size |
Category |
Technical |
Type |
Integer |
Default Value |
300 |
Example Values |
100, 300, 500 |