Forum Discussion

SatzKumar_32762's avatar
SatzKumar_32762
Icon for Nimbostratus rankNimbostratus
May 02, 2019

iHealth report using case number

Currently we try to to upload iHealth report

 

curl -i --user-agent "F5-EM/3.0" --insecure --cookie path_to_file/LoginCookie.txt --cookie-jar path_to_file/UploadCookie.txt -o - -F qkview=@path_to_file/IHEALTH_REPORT.tar.gz -F 'visible_in_gui=True' -F 'f5_support_case=case_no' https://ihealth-api.f5.com/qkview-analyzer/api/qkviews

 

We have validated all the files are in the corresponding path. But it is not working. Kindly help us. We are currently using V11, V12 and V13 versions, let us know the generic way for all the devices.