@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/access-services/data-manager/users/{userId}")
public class DataManagerOMASResource
extends Object
| Constructor and Description |
|---|
DataManagerOMASResource()
Instantiates a new Data Manager OMAS resource.
|
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createDataManagerIntegrator(String serverName,
String userId,
SoftwareServerCapabilitiesProperties integratorCapabilities)
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
|
GUIDResponse |
getDataManagerIntegratorGUID(String serverName,
String userId,
String qualifiedName)
Retrieve the unique identifier of the integration daemon.
|
ConnectionResponse |
getOutTopicConnection(String serverName,
String userId)
Return the connection object for the Discovery Engine OMAS's out topic.
|
public DataManagerOMASResource()
@GetMapping(path="/topics/out-topic-connection") public ConnectionResponse getOutTopicConnection(@PathVariable String serverName, @PathVariable String userId)
serverName - name of the server to route the request to.userId - identifier of calling user.@PostMapping(path="/integrators") public GUIDResponse createDataManagerIntegrator(@PathVariable String serverName, @PathVariable String userId, @RequestBody SoftwareServerCapabilitiesProperties integratorCapabilities)
serverName - name of the server to route the request to.userId - calling userintegratorCapabilities - description of the integration daemon (specify qualified name at a minimum)@GetMapping(path="integrators/by-name/{qualifiedName}")
public GUIDResponse getDataManagerIntegratorGUID(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String qualifiedName)
serverName - name of the server to route the request to.userId - calling userqualifiedName - unique name of the integration daemonCopyright © 2018–2020 ODPi. All rights reserved.