@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/access-services/data-platform/users/{userId}")
public class DataPlatformOMASResource
extends Object
| Constructor and Description |
|---|
DataPlatformOMASResource()
Instantiates a new Data Platform omas resource.
|
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createSoftwareServerCapability(String serverName,
String userId,
RegistrationRequestBody requestBody)
Create a software server capability entity
|
RegistrationRequestBody |
getSoftwareServerCapabilityByQualifiedName(String serverName,
String userId,
String qualifiedName)
Return the software server capability by qualified name.
|
public DataPlatformOMASResource()
@PostMapping(path="/software-server-capabilities") public GUIDResponse createSoftwareServerCapability(@PathVariable(value="serverName") String serverName, @PathVariable(value="userId") String userId, @RequestBody RegistrationRequestBody requestBody)
serverName - name of server instance to calluserId - the name of the calling userrequestBody - properties of the entity@GetMapping(path="/software-server-capabilities/{qualifiedName}")
public RegistrationRequestBody getSoftwareServerCapabilityByQualifiedName(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String qualifiedName)
serverName - the server nameuserId - the user idqualifiedName - the qualified nameCopyright © 2018–2019 ODPi. All rights reserved.