Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am trying to export task using export rest api but not able to export task using powershell.
I am trying to with the below command using powershell
$ExportResponse = Invoke-RestMethod -uri "https://qlikmanagerlab.cnppd.lab/attunityenterprisemanager/api/v1/servers/qlikreplicatelab/tasks/CIC..." -Headers $export_headers -Method 'GET' | ConvertTo-JSON | Set-Content "C:\Users\xt28034\Documents\sample1.json"
$outputfile = $ExportResponse | ConvertTo-JSON
Write-Output $outputfile
=============================================
I am not able to get the output while executing the above command. please help me on this
Sorry @rsuresh , could you clarify from which product are you trying to export the tasks? Qlik Sense or...?
Riccardo
I would suggest to post in this area, which is dedicated to Qlik Enterprise Manager
Riccardo