@Path(value="/") public class ServerStatistics extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
ServerStatistics() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAllConfigurations() |
javax.ws.rs.core.Response |
getIbisHealth() |
javax.ws.rs.core.Response |
getServerConfiguration() |
javax.ws.rs.core.Response |
getServerInformation() |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @PermitAll @Path(value="/server/info") @Produces(value="application/json") public javax.ws.rs.core.Response getServerInformation()
@GET @PermitAll @Path(value="/server/configurations") @Produces(value="application/json") public javax.ws.rs.core.Response getAllConfigurations()
@GET @PermitAll @Path(value="/server/warnings") @Produces(value="application/json") public javax.ws.rs.core.Response getServerConfiguration()
@GET @PermitAll @Path(value="/server/health") @Produces(value="application/json") public javax.ws.rs.core.Response getIbisHealth()
Copyright © 2023 Frank!Framework. All rights reserved.