-
Class Summary
| Class |
Description |
| DatabaseManagerResource |
DatabaseManagerRESTServices is the server-side implementation of the Data Manager OMAS's
support for relational databases.
|
| DataManagerOMASResource |
Server-side REST API support for data manager independent REST endpoints
|
| FileSystemResource |
FileSystemResource supports the server-side capture of REST calls to add new file-based asset definitions.
|
Package org.odpi.openmetadata.accessservices.datamanager.server.spring Description
REST API operations and Swagger Annotations
The data manager has 3 parts to its REST API.
The DataManagerOMASResource defines the general operations for all types of data managers. This includes the
operations for retrieving the out topic, for registering a data manager
integrator and retrieving the identifiers of a pre-registered data manager.
The DatabaseManagerResource supports metadata from database servers and
the FileSystemResource supports metadata about unmanaged files on disk.