|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Red Hat Satellite Connector Parameters |
Optional organization ID to filter subscription queries. If not provided, subscriptions across all accessible organizations are returned.
Technical Name |
organization_id |
Category |
Functional |
Type |
Integer |
Default Value |
null |
Example Values |
|
The organization ID used for filtering subscriptions via the Katello API. If left empty, the connector queries subscriptions across all organizations the user has access to (as supported by the Satellite REST API).
Request timeout in seconds
Technical Name |
timeout |
Category |
Technical |
Type |
Integer |
Default Value |
30 |
Example Values |
30 |
The maximum time in seconds to wait for API responses before timing out
Number of records to retrieve per page when fetching hosts and subscriptions data
Technical Name |
page_size |
Category |
Technical |
Type |
Integer |
Default Value |
100 |
Example Values |
100 |
Controls the pagination size when retrieving records from the Satellite API
Whether to verify SSL certificates when connecting to the Satellite server
Technical Name |
verify_ssl |
Category |
Technical |
Type |
Boolean |
Default Value |
True |
Example Values |
True |
Set to false to disable SSL certificate verification, useful for self-signed certificates. Defaults to true.