Class ThreadDumpResource
- java.lang.Object
-
- lumis.service.portalmanagement.threaddump.ThreadDumpResource
-
@Path("lumis/service/portalmanagement/threaddump") public class ThreadDumpResource extends java.lang.Object
Resource that allows downloading of thread dumps- Since:
- 16.1.0
- Version:
- $Revision: 26157 $ $Date: 2024-01-13 11:35:03 -0300 (Sat, 13 Jan 2024) $
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
downloadThreadDumps(@NotNull java.lang.String dumpIds)
Zip and return all thread dumps requested buy the user
-
-
-
Method Detail
-
downloadThreadDumps
@Path("/download") @GET @Produces("application/octet-stream") public Response downloadThreadDumps(@QueryParam("dumpIds") @NotNull @NotNull java.lang.String dumpIds) throws PortalException
Zip and return all thread dumps requested buy the user- Throws:
PortalException
- Since:
- 16.1.0
-
-