Download all Resources as ZIP
Use this API to download all resources in zip format.
Input ParametersInput Parameters
|
Parameter |
Mandatory/Optional |
Data Type |
Description |
|---|---|---|---|
| id | Mandatory | String | Provide unique id of the report. |
|
Authorization |
Mandatory |
String |
Authorization token to authenticate to the Qualys Enterprise TruRisk Platform Prepend token with Bearer and one space. For example - Bearer authToken |
SampleSample
API Request
curl -X GET
'<qualys_base_url>/etm/api/rest/v1/reports/20ce9e32-fe6e-4172-b5ee-ef770591c56b/download'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer <JWT Token>'
Response
The Byte stream .zip file is downloaded.