@RestController public class ServerListController extends Object
@RequestMapping(value="/{product}/{cluster}",
method=GET)
public org.springframework.http.ResponseEntity<String> getCluster(@PathVariable
String product,
@PathVariable
String cluster)
product - will get Ip list of that products to be associatedcluster - will get Ip list of that product cluster to be associatedCopyright © 2018–2022 Alibaba Group. All rights reserved.