Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
chinnred
Contributor
Contributor

Triggered a task using command line API by using curl, not received any output

Using below command I have triggered a task in QMC.

Task has triggered successfully through command line,but didn't receive the expected output.

 

Please suggest me what kind of parameters need to passed to match the exact output when I manually trigger the task In QMC

{{curlpath}} --insecure -v -X POST https://{{hostname}}:{{port}}/qrs/task/{{taskid}}/start?Xrfkey={{xrfkey}} --cert {{certpath}} --key {{certkeypath}} -H "X-Qlik-xrfkey:ABCDEFG123456789" -H "X-Qlik-User:UserDirectory={{udir}};UserId={{uid}}" -H "Content-Length:0" -H "Content-Type:application/json"

 

 

Thanks in advance.

0 Replies