Class DinoViewRESTServices
java.lang.Object
org.odpi.openmetadata.viewservices.dino.server.DinoViewRESTServices
The DinoViewRESTServices provides the implementation of the Dino Open Metadata View Service (OMVS).
This interface provides view interfaces for infrastructure and ops users.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.viewservices.dino.api.rest.DinoResourceEndpointListResponsegetResourceEndpointList(String serverName, String userId) Retrieve platform originorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseplatformGetAccessServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve access services for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerListResponseplatformGetActiveServers(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve active servers for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseplatformGetCommonServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve common services for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseplatformGetGovernanceServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve governance services for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerListResponseplatformGetKnownServers(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve known servers for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoStringResponseplatformGetOrigin(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve platform originorg.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformOverviewResponseplatformGetOverview(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve platform overview - this is an overview of multiple aspects of the platform for when it becomes the focus.org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseplatformGetViewServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve view services for platformorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponseserverGetAccessServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified access serviceorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseserverGetAccessServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of access services for a specified serverorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerAuditLogResponseserverGetAuditLog(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's audit logorg.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineDetailsResponseserverGetEngineDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineRequestBody requestBody) Retrieve engine details for a specified engineorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponseserverGetEngineServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified engine serviceorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseserverGetEngineServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of engine services for a specified serverorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerConfigResponseserverGetInstanceConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's running instance configurationorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponseserverGetIntegrationServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified integration serviceorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseserverGetIntegrationServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of integration services for a specified serverorg.odpi.openmetadata.viewservices.dino.api.rest.DinoStringResponseserverGetOrigin(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server originorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerOverviewResponseserverGetOverview(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server overview - this is an overview of multiple aspects of the server for when it becomes the focus.org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerDoubleConfigResponseserverGetStoredAndActiveConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's running instance configurationorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerConfigResponseserverGetStoredConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's stored configurationorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServerTypeResponseserverGetTypeClassification(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server type classificationorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponseserverGetViewServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified view serviceorg.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponseserverGetViewServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of view services for a specified server
-
Constructor Details
-
DinoViewRESTServices
public DinoViewRESTServices()Default constructor
-
-
Method Details
-
getResourceEndpointList
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoResourceEndpointListResponse getResourceEndpointList(String serverName, String userId) Retrieve platform origin- Parameters:
serverName- name of the local view server.userId- userId under which the request is performed- Returns:
- response the list of resource endpoints configured for the view service
-
platformGetOverview
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformOverviewResponse platformGetOverview(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve platform overview - this is an overview of multiple aspects of the platform for when it becomes the focus.- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName of the platform to be queried.- Returns:
- response the platform overview.
-
platformGetOrigin
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoStringResponse platformGetOrigin(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve platform origin- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName of the platform to be queried.- Returns:
- response the origin string for the platform.
-
platformGetActiveServers
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerListResponse platformGetActiveServers(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve active servers for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of servers that are active on the platform
-
platformGetKnownServers
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerListResponse platformGetKnownServers(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve known servers for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of servers that are active on the platform
-
platformGetAccessServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse platformGetAccessServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve access services for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of services registered to the platform
-
platformGetViewServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse platformGetViewServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve view services for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of services registered to the platform
-
platformGetGovernanceServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse platformGetGovernanceServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve governance services for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of services registered to the platform
-
platformGetCommonServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse platformGetCommonServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoPlatformRequestBody requestBody) Retrieve common services for platform- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing platformName and platformRootURL of the platform to be queried.- Returns:
- response the list of services registered to the platform
-
serverGetOverview
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerOverviewResponse serverGetOverview(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server overview - this is an overview of multiple aspects of the server for when it becomes the focus.- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the server overview.
-
serverGetOrigin
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoStringResponse serverGetOrigin(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server origin- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the origin string for the server.
-
serverGetTypeClassification
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerTypeResponse serverGetTypeClassification(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server type classification- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the server type, as a string response.
-
serverGetStoredConfiguration
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerConfigResponse serverGetStoredConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's stored configuration- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the configuration for the server.
-
serverGetInstanceConfiguration
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerConfigResponse serverGetInstanceConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's running instance configuration- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the configuration for the server.
-
serverGetStoredAndActiveConfiguration
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerDoubleConfigResponse serverGetStoredAndActiveConfiguration(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's running instance configuration- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the configuration for the server.
-
serverGetAuditLog
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerAuditLogResponse serverGetAuditLog(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServerRequestBody requestBody) Retrieve server's audit log- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server to be queried.- Returns:
- response the configuration for the server.
-
serverGetIntegrationServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse serverGetIntegrationServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of integration services for a specified server- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetEngineServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse serverGetEngineServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of engine services for a specified server- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetAccessServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse serverGetAccessServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of access services for a specified server- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetViewServices
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse serverGetViewServices(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve list of view services for a specified server- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetIntegrationServiceDetails
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponse serverGetIntegrationServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified integration service- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetEngineServiceDetails
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponse serverGetEngineServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified engine service- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetAccessServiceDetails
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponse serverGetAccessServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified access service- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetViewServiceDetails
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceDetailsResponse serverGetViewServiceDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceRequestBody requestBody) Retrieve service details for a specified view service- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-
serverGetEngineDetails
public org.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineDetailsResponse serverGetEngineDetails(String serverName, String userId, org.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineRequestBody requestBody) Retrieve engine details for a specified engine- Parameters:
serverName- name of the local view server.userId- userId under which the request is performedrequestBody- body containing serverName of the server and serviceName of the service to be queried.- Returns:
- response the configuration for the server.
-