Class DigitalArchitectureResource
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.DigitalArchitectureResource
@RestController
@RequestMapping("/servers/{serverName}/open-metadata/access-services/digital-architecture/users/{userId}")
public class DigitalArchitectureResource
extends Object
The DigitalArchitectureResource provides the server-side implementation of the Digital Architecture Open Metadata
Assess Service (OMAS).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceDescription
(String serverName, String userId) Return the description of this service.
-
Constructor Details
-
DigitalArchitectureResource
public DigitalArchitectureResource()Default constructor
-
-
Method Details
-
getServiceDescription
@GetMapping(path="/description") public RegisteredOMAGServiceResponse getServiceDescription(@PathVariable String serverName, @PathVariable String userId) Return the description of this service.- Parameters:
serverName
- name of the server to route the request touserId
- identifier of calling user- Returns:
- service description or InvalidParameterException one of the parameters is null or invalid or UserNotAuthorizedException user not authorized to issue this request or PropertyServerException problem retrieving the discovery engine definition.
-