Class V2NodeLoggingAPI


  • @Path("/api/node/logging")
    public class V2NodeLoggingAPI
    extends Object
    V2 API for getting log levels on an individual node.

    The endpoint is defined as api/node/logging/levels

    • Constructor Detail

      • V2NodeLoggingAPI

        @Inject
        public V2NodeLoggingAPI​(LogWatcher<?> watcher)
    • Method Detail

      • getAllLevels

        @GET
        @Path("/levels")
        @Produces("application/json")
        public List<String> getAllLevels()