Class DigitalServiceResource

java.lang.Object
org.odpi.openmetadata.accessservices.digitalservice.spring.DigitalServiceResource

@RestController @RequestMapping("/servers/{serverName}/open-metadata/access-services/digital-service/users/{userId}") public class DigitalServiceResource extends Object
The DigitalServiceResource provides the server-side implementation of the DigitalServiceProperties Open Metadata Assess Service (OMAS).
  • Constructor Details

    • DigitalServiceResource

      public DigitalServiceResource()
      Default constructor
  • Method Details

    • createDigitalService

      @PostMapping(path="/digital-service") public org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse createDigitalService(@PathVariable String serverName, @PathVariable String userId, @RequestBody org.odpi.openmetadata.commonservices.ffdc.rest.ReferenceableRequestBody requestBody)