@RestController
@RequestMapping(value="/open-metadata/platform-services/users/{userId}")
public class ServerPlatformOriginResource
extends Object
| Constructor and Description |
|---|
ServerPlatformOriginResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOldServerOrigin(String userId)
Deprecated.
|
String |
getServerOrigin(String userId)
Return the origin of this server implementation.
|
@Deprecated @RequestMapping(method=GET, path="/server-platform-origin") public String getOldServerOrigin(@PathVariable String userId)
userId - name of the user making the requestCopyright © 2018–2019 ODPi. All rights reserved.