Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 977 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 977 Bytes

qlik-sense-ticket-python

Description

Example of how to request a ticket from Qlik Sense Proxy Service API using Python using ReST

Requirements

Python 3
Requests module imported
Certificates exported from Qlik Sense in PEM format (stored on local drive)

Introduction

Note: This is purely an example, and probably not suitable for production. It provides a process to create a ticket in Python. This code is not supported by Qlik in anyway.

The code will now launch Qlik Sense in Chrome with the ticket as a basic test of functionality.

Configure Qlik Sense

1. Configure a virtual proxy for ticketing to use with this code. Virtual proxy configuration examples may be found on QlikCommunity.

2. Export the Qlik Sense certificates in PEM format and store them locally.

3. Ensure port 4243 is open on the firewall to Qlik Sense

ScreenShot