Class ConfigsResource
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.spring.ConfigsResource
-
@RestController @RequestMapping("/open-metadata/admin-services/users/{userId}/configurations") public class ConfigsResource extends ObjectOMAGServerConfigsResource exposes APIs for server configurations.
-
-
Constructor Summary
Constructors Constructor Description ConfigsResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OMAGServerConfigsResponsegetStoredConfigurations(String userId)Return all the server configuration documents
-
-
-
Method Detail
-
getStoredConfigurations
@GetMapping public OMAGServerConfigsResponse getStoredConfigurations(@PathVariable String userId)
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.
-
-