@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/engine-host-services/users/{userId}")
public class EngineHostServicesResource
extends Object
| Constructor and Description |
|---|
EngineHostServicesResource() |
| Modifier and Type | Method and Description |
|---|---|
GovernanceEngineSummariesResponse |
getGovernanceEngineSummaries(String serverName,
String userId)
Return a summary of each of the governance engines running in the Engine Host Server.
|
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)
Retrieve the description and status of the requested governance engine.
|
VoidResponse |
refreshConfig(String serverName,
String userId,
String governanceEngineName)
Request that the governance engine refresh its configuration by calling the metadata server.
|
@GetMapping(path="/governance-engines/{governanceEngineName}/summary")
public GovernanceEngineSummaryResponse getGovernanceEngineSummary(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String governanceEngineName)
serverName - engine host server nameuserId - calling user@GetMapping(path="/governance-engines/summary") public GovernanceEngineSummariesResponse getGovernanceEngineSummaries(@PathVariable String serverName, @PathVariable String userId)
serverName - engine host server nameuserId - calling user@GetMapping(path="/engine-service/{serviceURLMarker}/governance-engines/summary")
public GovernanceEngineSummariesResponse getGovernanceEngineSummaries(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String serviceURLMarker)
serverName - engine host server nameuserId - calling userserviceURLMarker - url name for the engine service@GetMapping(path="/governance-engines/{governanceEngineName}/refresh-config")
public VoidResponse refreshConfig(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String governanceEngineName)
serverName - name of the governance serveruserId - identifier of calling usergovernanceEngineName - unique name of the governance engineCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.