Class ConfigsResource
java.lang.Object
org.odpi.openmetadata.adminservices.spring.ConfigsResource
@RestController
@RequestMapping("/open-metadata/admin-services/users/{userId}/configurations")
public class ConfigsResource
extends Object
OMAGServerConfigsResource exposes APIs for server configurations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStoredConfigurations
(String userId) Return all the server configuration documents.
-
Constructor Details
-
ConfigsResource
public ConfigsResource()
-
-
Method Details
-
getStoredConfigurations
Return all the server configuration documents.- Parameters:
userId
- user that is issuing the request- Returns:
- OMAGServerConfigs properties or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid parameter occurred while processing.
-