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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
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.

Labels (1)
0 Replies