public class EngineHostRESTServices extends Object
| Constructor and Description |
|---|
EngineHostRESTServices() |
| Modifier and Type | Method and Description |
|---|---|
GovernanceEngineSummariesResponse |
getGovernanceEngineSummaries(String serverName,
String userId)
Return a summary of each of the governance engines' status for a specific engine service.
|
GovernanceEngineSummariesResponse |
getGovernanceEngineSummaries(String serverName,
String userId,
String serviceURLMarker)
Retrieve the description and status of each governance engine assigned to a specific Open Metadata Engine Service (OMES).
|
GovernanceEngineSummaryResponse |
getGovernanceEngineSummary(String serverName,
String userId,
String governanceEngineName)
Return a summary of the requested engine's status.
|
VoidResponse |
refreshConfig(String serverName,
String userId,
String governanceEngineName)
Request that the governance engine refresh its configuration by calling the metadata server.
|
public VoidResponse refreshConfig(String serverName, String userId, String governanceEngineName)
serverName - name of the governance server.governanceEngineName - unique name of the governance engine.userId - identifier of calling userpublic GovernanceEngineSummaryResponse getGovernanceEngineSummary(String serverName, String userId, String governanceEngineName)
userId - calling userserverName - name of the server tied to the requestgovernanceEngineName - qualifiedName of the requested governance enginepublic GovernanceEngineSummariesResponse getGovernanceEngineSummaries(String serverName, String userId, String serviceURLMarker)
serverName - governance server nameuserId - calling userserviceURLMarker - URL marker of the engine servicepublic GovernanceEngineSummariesResponse getGovernanceEngineSummaries(String serverName, String userId)
serverName - engine host server nameuserId - calling userCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.