Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gurghedi
Contributor
Contributor

Run App by unix server

Hi all,

i'm trying to run qlik app by server, with curl.. it's a Qlik Enterprise

i need to pass certificate and key, some API reply correctly but i'm not able to run app

something like this reply with a Error400: badly formed, but i'm not sure it could be correct API

curl -v --cert /airflow/cert/client.pem --key /airflow/cert/client_key.pem -X "POST" --insecure "https://server.abc.it:4242/qrs/app/f56b491b-7b92-4094-b2df-0e02e2d08cca/reload?xrfkey=xrfkeyspecific" -H 'x-Qlik-Xrfkey: xrfkeyspecific' -H 'X-Qlik-User: UserDirectory=Internal; UserId=sa_repository' --header "Content-Length: 500"

Labels (1)
0 Replies