@RestController @RequestMapping(value="/nacos/v1/as/nodes") public class AddressServerClusterController extends Object
| 构造器和说明 |
|---|
AddressServerClusterController() |
@RequestMapping(value="",
method=POST)
public org.springframework.http.ResponseEntity<String> postCluster(@RequestParam(required=false)
String product,
@RequestParam(required=false)
String cluster,
@RequestParam(name="ips")
String ips)
product - Ip list of products to be associatedcluster - Ip list of product cluster to be associatedips - will post ip list.@RequestMapping(value="",
method=DELETE)
public org.springframework.http.ResponseEntity deleteCluster(@RequestParam(required=false)
String product,
@RequestParam(required=false)
String cluster,
@RequestParam
String ips)
product - Ip list of products to be associatedcluster - Ip list of product cluster to be associatedips - will delete ips.Copyright © 2018–2022 Alibaba Group. All rights reserved.