@Path(value="/downloads")
 @Consumes(value="application/json")
 @Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface DownloadResource
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | downloadReport(String reportUuid,
              String filename)Download a report for the given file uuid. | 
@GET
 @Path(value="/reports/{reportUuid}")
InputStream downloadReport(@PathParam(value="reportUuid")
                                                                      String reportUuid,
                                                                      @QueryParam(value="filename")
                                                                      String filename)
Available file UUIDs can be obtained using the endpoints:
 OrgReportingResource.getContinuityProtectionReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getBillingReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getVmInventoryReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getSupportRequestReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getCloudEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getLoginEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getVMEncryptionReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getHIPAAReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getWebReputationEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getDPIEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getIntegrityEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getFirewallEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getLogInspectionEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getAntimalwareEventReports(String, ReportFormat, Boolean)
 ()}
 OrgReportingResource.getVulnerabilityReports(String, ReportFormat, Boolean)
 ()}
reportUuid - report uuidfilename - filename for downloaded fileCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.