Class OMAGServerDataEngineProxyService

java.lang.Object
org.odpi.openmetadata.adminservices.server.OMAGServerDataEngineProxyService

public class OMAGServerDataEngineProxyService extends Object
OMAGServerDataEngineProxyService supports the configuration requests for Data Engine Proxies.
  • Constructor Details

    • OMAGServerDataEngineProxyService

      public OMAGServerDataEngineProxyService()
  • Method Details

    • setDataEngineProxyConfig

      public VoidResponse setDataEngineProxyConfig(String userId, String serverName, DataEngineProxyConfig dataEngineProxyConfig)
      Store the provided Data Engine Proxy configuration
      Parameters:
      userId - user that is issuing the request
      serverName - local server name
      dataEngineProxyConfig - configuration for the data engine proxy
      Returns:
      void response
    • deleteDataEngineProxy

      public VoidResponse deleteDataEngineProxy(String userId, String serverName)
      Remove Data Engine Proxy from the server configuration.
      Parameters:
      userId - user that is issuing the request.
      serverName - local server name.
      Returns:
      void response