Hi,
AWS URL is not getting generated while trying to download Reference data for NFE. We get 200 OK response from the server but not the actual link to download data. Below is the curl command used to request data
curl -vk -X POST -H 'Content-Type: application/json' -H 'Prefer: respond-async' -H 'Authorization: Token <XXXX> https://10.192.6.221/RestApi/v1/Extractions/ExtractRaw -d @test.txt
and the command used to get the response is as below:-
curl -Ikv -H 'Authorization: Token <XXXX> -H X-Direct-Download:true -H 'Content-Type: Accept-Encoding: gzip, deflate' -X GET https://10.192.6.221/RestApi/v1/Extractions/RawExtractionResults%28%270x05e11d1e729b2f76%27%29%2F%24value
The response for the above command is: refdata-requesttracking.txt
Please note that we are able to pull data from DSS for the same Ric Chains.
Kindly let know how to get the download link.
Thanks