@Path(value="snapshot") @Produces(value="application/json") public class SnapshotController extends AbstractManagementController
Constructor and Description |
---|
SnapshotController() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
downloadResult() |
javax.ws.rs.core.Response |
getSnapshotStatus() |
javax.ws.rs.core.Response |
startSnapshot() |
sendCustomResponse, sendCustomResponse, sendCustomSuccessResponse, sendSuccessResponse
@POST public javax.ws.rs.core.Response startSnapshot()
@GET @Path(value="/status") public javax.ws.rs.core.Response getSnapshotStatus()
@GET @Produces(value="application/json") public javax.ws.rs.core.Response downloadResult() throws ManagementServiceException
ManagementServiceException
Copyright © 2016–2019 AdroitLogic. All rights reserved.