@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/configurations")
public class ConfigsResource
extends Object
| Constructor and Description |
|---|
ConfigsResource() |
| Modifier and Type | Method and Description |
|---|---|
OMAGServerConfigsResponse |
getStoredConfigurations(String userId)
Return all the the server configuration documents
|
@GetMapping public OMAGServerConfigsResponse getStoredConfigurations(@PathVariable String userId)
userId - user that is issuing the requestCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.