@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}")
public class DataPlatformServiceResource
extends Object
| Constructor and Description |
|---|
DataPlatformServiceResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
enableDataPlatformService(String userId,
String serverName) |
VoidResponse |
setAccessServicesConfig(String userId,
String serverName,
DataPlatformServicesConfig dataPlatformServicesConfig) |
@RequestMapping(method=POST,
path="/data-platform-service/configuration")
public VoidResponse setAccessServicesConfig(@PathVariable
String userId,
@PathVariable
String serverName,
@RequestBody
DataPlatformServicesConfig dataPlatformServicesConfig)
@RequestMapping(method=POST,
path="/data-platform-service")
public VoidResponse enableDataPlatformService(@PathVariable
String userId,
@PathVariable
String serverName)
Copyright © 2018–2019 ODPi. All rights reserved.