@Path(value="/") public final class ShowAdapterStatistics extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
ShowAdapterStatistics() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getStatistics(String configuration,
String adapter) |
javax.ws.rs.core.Response |
getStatisticsOld(String adapter,
String configuration)
Deprecated.
|
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/adapters/{adapter}/statistics") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response getStatisticsOld(@PathParam(value="adapter") String adapter, @QueryParam(value="configuration") String configuration)
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/configurations/{configuration}/adapters/{adapter}/statistics") @Produces(value="application/json") public javax.ws.rs.core.Response getStatistics(@PathParam(value="configuration") String configuration, @PathParam(value="adapter") String adapter)
Copyright © 2023 Frank!Framework. All rights reserved.