...
Note |
---|
The download URL provided in the report_download_url section of the response body is used for the CSV download, and is only valid for 1 hour (60 mins) after the report URL has been generated by the API. Example: |
...
GET: Retrieve a signed AWS download link to download the latest execution ID
The following GET
request can be used to retrieve the a signed AWS download link, containing the latest execution ID for a report.
...
POST: /compliance_reporting/reports/regenerate
POST: https://<instance_name>>.fuseuniversal.com/api/v4.4/compliance_reporting/reports/regenerate?auth_token=<valid_auth_token>
...
Note |
---|
Regenerating a report also generates a new execution_id, so please ensure that you run the |
...
GET: Retrieving a list of executions for a particular report
The following GET
request allows you to retrieve a list of executions for a particular report.
...