@Path(value="/downloads") @Consumes(value="application/json") @Produces(value="application/vnd.ilandcloud.api.v1.0+json") public interface DownloadResource extends Serializable
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}") @Produces(value="application/vnd.ilandcloud.api.v1.0+octet-stream") InputStream downloadReport(@PathParam(value="reportUuid") String reportUuid, @QueryParam(value="filename") String filename)
OrgReportingResource.getContinuityProtectionReports(String, ReportFormat, Boolean)
()}
OrgReportingResource.getDisasterRecoveryAdminReports(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 © 2019 iland Internet Solutions, Corp. All rights reserved.