@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 @GetMapping(path="/server-platform-origin") public String getOldServerOrigin(@PathVariable String userId)
userId - name of the user making the requestCopyright © 2018–2020 ODPi. All rights reserved.