@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.
|
@GetMapping(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@GetMapping(path="/server-origin") @Deprecated public String getServerOrigin(@PathVariable String userId)
userId - name of the user making the requestCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.