Class SystemInfoResource
- java.lang.Object
-
- lumis.service.portalmanagement.systeminfo.SystemInfoResource
-
@Path("/lumis/service/portalmanagement/systeminfo") public class SystemInfoResource extends java.lang.Object
System info resource.- Since:
- 12.1.0
- Version:
- $Revision: 23264 $ $Date: 2019-10-09 18:06:18 -0300 (Wed, 09 Oct 2019) $
-
-
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
-
-