@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}")
public class ServerOriginResource
extends Object
| Constructor and Description |
|---|
ServerOriginResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerOrigin(String userId)
Deprecated.
|
String |
getServerOrigin(String userId,
String serverName)
Deprecated.
|
@RequestMapping(method=GET,
path="/servers/{serverName}/server-origin")
@Deprecated
public String getServerOrigin(@PathVariable
String userId,
@PathVariable
String serverName)
userId - name of the user making the requestserverName - name of the server that the request is for@RequestMapping(method=GET,
path="/server-origin")
@Deprecated
public String getServerOrigin(@PathVariable
String userId)
userId - name of the user making the requestCopyright © 2018–2019 ODPi. All rights reserved.