Class SystemInfoResource
- java.lang.Object
-
- lumis.service.portalmanagement.systeminfo.SystemInfoResource
-
-
Constructor Summary
Constructors Constructor Description SystemInfoResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
downloadSystemInfoZip()
Returns the system information zip.
-
-
-
Method Detail
-
downloadSystemInfoZip
@GET @Path("/downloadInfoZip") @Produces("application/octet-stream") public Response downloadSystemInfoZip() throws PortalException
Returns the system information zip.- Returns:
- the system information zip.
- Throws:
PortalException
- Since:
- 12.1.0
-
-