Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Is it possible to use CLI on Qlik Sense Enterprise on Windows to obtain the operational status of User Directory Connectors?
Thank you,
Steven
Yes, it is possible — but with some limitations.
Best Option: Qlik CLI + QRS API
You can use the Qlik CLI (qlik command line tool) on Qlik Sense Enterprise on Windows to get the status of User Directory Connectors via the QRS (Qlik Repository Service) API.
Example commands:
# List all User Directory Connectors qlik qrs user-directory-connector list # Get detailed status of a specific UDC qlik qrs user-directory-connector get --id <UDC-ID>
More Practical Commands:
List all UDCs with basic info:
qlik qrs user-directory listCheck synchronization / operational status:
qlik qrs user-directory-connector sync-status --id <UDC-ID>Or check the last sync time and status.
Alternative / Easier Ways:
Note: The CLI must be configured with proper certificates and connected to your Qlik Sense server (qlik qrs setup).
Yes, it is possible — but with some limitations.
Best Option: Qlik CLI + QRS API
You can use the Qlik CLI (qlik command line tool) on Qlik Sense Enterprise on Windows to get the status of User Directory Connectors via the QRS (Qlik Repository Service) API.
Example commands:
# List all User Directory Connectors qlik qrs user-directory-connector list # Get detailed status of a specific UDC qlik qrs user-directory-connector get --id <UDC-ID>
More Practical Commands:
List all UDCs with basic info:
qlik qrs user-directory listCheck synchronization / operational status:
qlik qrs user-directory-connector sync-status --id <UDC-ID>Or check the last sync time and status.
Alternative / Easier Ways:
Note: The CLI must be configured with proper certificates and connected to your Qlik Sense server (qlik qrs setup).