@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}/data-engine-proxy-service")
public class DataEngineProxyResource
extends Object
| Constructor and Description |
|---|
DataEngineProxyResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
deleteDataEngineProxy(String userId,
String serverName)
Remove this Data Engine Proxy from the server configuration.
|
VoidResponse |
setDataEngineProxyConfig(String userId,
String serverName,
DataEngineProxyConfig dataEngineProxyConfig)
Store the provided Data Engine Proxy configuration
|
@RequestMapping(method=POST,
path="/configuration")
public VoidResponse setDataEngineProxyConfig(@PathVariable
String userId,
@PathVariable
String serverName,
@RequestBody
DataEngineProxyConfig dataEngineProxyConfig)
userId - user that is issuing the requestserverName - local server namedataEngineProxyConfig - configuration for the data engine proxy@RequestMapping(method=DELETE,
path="")
public VoidResponse deleteDataEngineProxy(@PathVariable
String userId,
@PathVariable
String serverName)
userId - user that is issuing the requestserverName - local server nameCopyright © 2018–2019 ODPi. All rights reserved.