@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}/stewardship-services")
public class ConfigStewardshipServicesResource
extends Object
| Constructor and Description |
|---|
ConfigStewardshipServicesResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
setAccessServiceRootURL(String userId,
String serverName,
String accessServiceRootURL)
Set up the root URL of the access service.
|
VoidResponse |
setAccessServiceServerName(String userId,
String serverName,
String accessServiceServerName)
Set up the server name of the access service.
|
VoidResponse |
setInboundRequestConnection(String userId,
String serverName,
Connection connection)
Set up the server name of the access service.
|
@PostMapping(path="access-service-root-url") public VoidResponse setAccessServiceRootURL(@PathVariable String userId, @PathVariable String serverName, @RequestParam String accessServiceRootURL)
userId - user that is issuing the request.serverName - local server name.accessServiceRootURL - URL root for the access service.@PostMapping(path="access-service-server-name") public VoidResponse setAccessServiceServerName(@PathVariable String userId, @PathVariable String serverName, @RequestParam String accessServiceServerName)
userId - user that is issuing the request.serverName - local server name.accessServiceServerName - server name for the access service.@PostMapping(path="inbound-request-connection") public VoidResponse setInboundRequestConnection(@PathVariable String userId, @PathVariable String serverName, @RequestBody Connection connection)
userId - user that is issuing the request.serverName - local server name.connection - connection for topic.Copyright © 2018–2020 ODPi. All rights reserved.