Python Script to Interact with QIX and trigger app reload using Web Socket and Qlik Engine API.
- 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.