Class OMAGServerPlatformOriginResource

java.lang.Object
org.odpi.openmetadata.platformservices.server.spring.OMAGServerPlatformOriginResource

@RestController @RequestMapping("/open-metadata/platform-services/users/{userId}/server-platform") public class OMAGServerPlatformOriginResource extends Object
OMAGServerPlatformOriginResource provides the Spring wrapper for the origin service that helps the client discover the type of the server platform.
  • Constructor Details

    • OMAGServerPlatformOriginResource

      public OMAGServerPlatformOriginResource()
  • Method Details

    • getServerPlatformOrigin

      @GetMapping(path="/origin") public String getServerPlatformOrigin(@PathVariable String userId)
      Return the origin of this server platform implementation.
      Parameters:
      userId - name of the user making the request
      Returns:
      String description