Provisions a gRPC endpoint for loading data using the specified connection. The connection can be resolved by name, ID, connection string, or datasource ID. Returns the endpoint reference and resolved connection details required to initiate a data load session.
Generates Qlik Resource Identifiers (QRIs) for a batch of connections. Each
connection can be identified by ID, name, or connection string. Partial
failures are reported per entry in the response — a 207 Multi-Status
response is always returned regardless of individual entry outcomes.
Retrieves the connection property schema for the specified datasource, including the connector provider, version, and the full list of properties required to establish a connection. Use this operation to discover which fields must be supplied when creating or generating a connection string for this datasource.
Returns the list of gateway IDs available for the specified Direct Access
Gateway datasource. Gateways enable on-premises datasources to be accessed
from Qlik Cloud. Results are returned from a cache by default; set
forceRefresh to true to retrieve the current list from the backend.
Returns the list of datasources available on the connector node. Each entry
includes the connector provider, capabilities, and optional UI metadata. Filter
by dataSourceId to retrieve a specific datasource, or set includeDisabled
to true to include datasources that have been disabled.
Returns the list of endpoint references currently active on the connector node. Each entry identifies the datasource and gRPC URL for an active endpoint session. Use this operation to audit active endpoint allocations or to locate the URL for an existing endpoint.
Retrieves the current configuration settings for the specified datasource. Settings control operational behaviour such as whether the datasource is enabled or disabled for tenant use.
Updates the configuration settings for the specified datasource. Use this operation to enable or disable a datasource for the tenant. The full settings object must be supplied; partial updates are not supported.
Clears the cache for data-sources api requests.