Class AgentController


  • @Controller
    public class AgentController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Agent getNodes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentController

        public AgentController()
    • Method Detail

      • getNodes

        @GetMapping(value="/v1/agent/self",
                    produces="application/json")
        @ResponseBody
        public Agent getNodes()