Class ServerListController
- java.lang.Object
-
- com.alibaba.nacos.address.controller.ServerListController
-
@RestController public class ServerListController extends Object
- Since:
- 1.1.0
- Author:
- pbting
-
-
Constructor Summary
Constructors Constructor Description ServerListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntitygetCluster(String product, String cluster)
-
-
-
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 associatedcluster- will get Ip list of that product cluster to be associated- Returns:
-
-