@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/repository-services/users/{userId}/metadata-highway")
public class MetadataHighwayServicesResource
extends Object
| Constructor and Description |
|---|
MetadataHighwayServicesResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
CohortListResponse |
getCohorts(String serverName,
String userId)
Return the details of the cohorts that this server is participating in.
|
CohortMembershipResponse |
getLocalRegistration(String serverName,
String userId)
Return the local registration information used by this server to register with open metadata repository cohorts.
|
CohortMembershipListResponse |
getRemoteRegistrations(String serverName,
String userId,
String cohortName) |
public MetadataHighwayServicesResource()
@RequestMapping(method=GET,
path="/cohort-descriptions")
public CohortListResponse getCohorts(@PathVariable
String serverName,
@PathVariable
String userId)
serverName - name of serveruserId - calling user@RequestMapping(method=GET,
path="/local-registration")
public CohortMembershipResponse getLocalRegistration(@PathVariable
String serverName,
@PathVariable
String userId)
serverName - server to queryuserId - calling user@RequestMapping(method=GET,
path="/cohorts/{cohortName}/remote-members")
public CohortMembershipListResponse getRemoteRegistrations(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String cohortName)
Copyright © 2018–2019 ODPi. All rights reserved.