@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}/discovery-servers")
public class ConfigDiscoveryEngineResource
extends Object
| Constructor and Description |
|---|
ConfigDiscoveryEngineResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
setAccessServiceRootURL(String userId,
String serverName,
String accessServiceRootURL)
Set up the root URL of the OMAG Server Platform where the metadata repository for
the discovery engines is located.
|
VoidResponse |
setAccessServiceServerName(String userId,
String serverName,
String accessServiceServerName)
Set up the server name of the Discovery Engine OMAS.
|
VoidResponse |
setDiscoveryEngines(String userId,
String serverName,
List<String> discoveryEngines)
Set up the list of discovery engines that are to run in the discovery service.
|
@PostMapping(path="access-service-root-url") public VoidResponse setAccessServiceRootURL(@PathVariable String userId, @PathVariable String serverName, @RequestBody 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, @RequestBody String accessServiceServerName)
userId - user that is issuing the request.serverName - local server name.accessServiceServerName - server name for the access service.@PostMapping(path="set-discovery-engines") public VoidResponse setDiscoveryEngines(@PathVariable String userId, @PathVariable String serverName, @RequestBody List<String> discoveryEngines)
userId - user that is issuing the request.serverName - local server name.discoveryEngines - discoveryEngines for server.Copyright © 2018–2020 ODPi. All rights reserved.