Class ConfigsResource

java.lang.Object
org.odpi.openmetadata.adminservices.spring.ConfigsResource

@RestController @RequestMapping("/open-metadata/admin-services/configurations") public class ConfigsResource extends Object
OMAGServerConfigsResource exposes APIs for server configurations.
  • Constructor Details

    • ConfigsResource

      public ConfigsResource()
  • Method Details

    • getStoredConfigurations

      @GetMapping public OMAGServerConfigsResponse getStoredConfigurations()
      Return all the server configuration documents.
      Returns:
      OMAGServerConfigs properties or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid parameter occurred while processing.