@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/repository-services")
public class AnonRepositoryServicesResource
extends Object
| Constructor and Description |
|---|
AnonRepositoryServicesResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
EntityDetailResponse |
getEntityDetail(String serverName,
String guid)
Return the header, classifications and properties of a specific entity.
|
MetadataCollectionIdResponse |
getMetadataCollectionId(String serverName)
Returns the identifier of the metadata repository.
|
RelationshipResponse |
getRelationship(String serverName,
String guid)
Return a requested relationship.
|
public AnonRepositoryServicesResource()
@GetMapping(path="/metadata-collection-id") public MetadataCollectionIdResponse getMetadataCollectionId(@PathVariable String serverName)
serverName - unique identifier for requested server.@GetMapping(path="/instances/entity/{guid}")
public EntityDetailResponse getEntityDetail(@PathVariable
String serverName,
@PathVariable
String guid)
serverName - unique identifier for requested server.guid - String unique identifier for the entity.@GetMapping(path="/instances/relationship/{guid}")
public RelationshipResponse getRelationship(@PathVariable
String serverName,
@PathVariable
String guid)
serverName - unique identifier for requested server.guid - String unique identifier for the relationship.Copyright © 2018–2020 ODPi. All rights reserved.