Class ServerListController


  • @RestController
    public class ServerListController
    extends Object
    Since:
    1.1.0
    Author:
    pbting
    • Constructor Detail

      • ServerListController

        public ServerListController()
    • Method Detail

      • getCluster

        @RequestMapping(value="/{product}/{cluster}",
                        method=GET)
        public org.springframework.http.ResponseEntity getCluster​(@PathVariable
                                                                  String product,
                                                                  @PathVariable
                                                                  String cluster)
        Parameters:
        product - will get Ip list of that products to be associated
        cluster - will get Ip list of that product cluster to be associated
        Returns: