Skip to main content

qsense is a python library and a command line tool for qliksense

Project description

qsense

	   ____
  __ _/ ___|  ___ _ __  ___  ___
 / _` \___ \ / _ \ '_ \/ __|/ _ \
| (_| |___) |  __/ | | \__ \  __/
 \__, |____/ \___|_| |_|___/\___|
	|_|

qsense is a python library and command line tool for QLIK QlikSense. It contains some useful functions for administrators/developers of QLiksense

It uses the python library qsAPI for connecting to the QLiksense Repository APIs

Installation

pip install qsense

Commands and Functions

Look at the file qsense/command_line.py for details

Apps

export_remove_old_apps

Export (published or passing any other filter) applications to qvd files

qsense export_delete_old_apps qliksense.redaelli.org ~/certificates/client.pem  --target_path '/tmp' --modified_days=300 --last_reload_days=300

Custom properties

update_custom_property_with_users_list

Update the value of a custom property (usually "UserAccess") with the list of all qliksense users.

qsense update_custom_property_with_users_list liksense.redaelli.org ~/certificates/client.pem UserAccess GROUP --nodryrun

Licenses

deallocate_unused_analyzer_licenses

Deallocate not used (by N days) analyzer licenses

qsense deallocate_unused_analyzer_licenses qliksense.redaelli.org ~/certificates/client.pem --nodryrun

deallocate_analyzer_licenses_for_professionals

Deallocate analyzer license fom users with a professional license

qsense deallocate_analyzer_licenses_for_professionals qliksense.redaelli.org ~/certificates/client.pem --nodryrun

Users

delete_removed_exernally_users

Delete users that were removed externally (from active directory?)

qsense delete_removed_exernally_users qliksense.redaelli.org ~/certificates/client.pem GROUP --nodryrun

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qsense-0.4.2.tar.gz (18.6 kB view hashes)

Uploaded Source

Built Distribution

qsense-0.4.2-py3-none-any.whl (25.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page