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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetServerPlatformOrigin
(String userId) Return the origin of this server platform implementation.
-
Constructor Details
-
OMAGServerPlatformOriginResource
public OMAGServerPlatformOriginResource()
-
-
Method Details
-
getServerPlatformOrigin
Return the origin of this server platform implementation.- Parameters:
userId
- name of the user making the request- Returns:
- String description
-