Occasionally, the file writing process will need to be re-run to write out the de-identified data to the file. While most management functions are available in insights+ directly, this one needs to be triggered manually via a direct POST to the fnManage Azure function located in GCC.
NOTE: You must be an insights+ NSWERS Admin to use this endpoint!
The simplest way is to use Postman, but any utility capable of sending a POST request with a text body and Bearer Token authentication is usable.
- Production URL
-
https://fnmanage.azurewebsites.us/api/rewrite- Necessary Query Parameter
code(value can be provide by someone with access to the Azure Function)) - Final URL:
https://fnmanage.azurewebsites.us/api/rewrite?code=[CODEHERE]
- Necessary Query Parameter
-
- Body Content
filename=[name_of_file_to_rewrite.csv]- Body type:
text
- Authorization
Bearer Token- This can be retrieved from the developer console after logging in to insights+
- Chrome has a plugin called
JWT Inspectorthat makes this easer
- HTTP Method
POST
Leave a Reply