Skip to content

pradeep021096/QTrigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTrigger

About

Python Script to Interact with QIX and trigger app reload using Web Socket and Qlik Engine API.

Santa1

How to Setup

  • Add Applcation IDs in ReloadList.json
{
    "Apps" :  [
        {
            "AppId" : "<AppID>"
        }
    ]
    
}
  • Update reload list file location
reloadListPath = './ReloadList.json'
  • Add param in create_connection if using header AUTH.
 create_connection(url, sslopt = sslopt)
  • Run QTrigger file.

About

Reload Qlik Application from an external agent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages