@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}/discovery-server")
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.
|
@RequestMapping(method=POST,
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.@RequestMapping(method=POST,
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.@RequestMapping(method=POST,
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 topic.Copyright © 2018–2019 ODPi. All rights reserved.