@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 |
createDeployedDatabaseSchema(String serverName,
String userId,
DeployedDatabaseSchemaRequestBody requestBody) |
GUIDResponse |
createExternalDataPlatform(String serverName,
String userId,
DataPlatformRegistrationRequestBody requestBody)
Create a software server capability entity
|
DataPlatformRegistrationRequestBody |
getExternalDataPlatformByQualifiedName(String serverName,
String userId,
String qualifiedName)
Return the software server capability entity from an external data platform by qualified name.
|
public DataPlatformOMASResource()
@PostMapping(path="/registration") public GUIDResponse createExternalDataPlatform(@PathVariable(value="serverName") String serverName, @PathVariable(value="userId") String userId, @RequestBody DataPlatformRegistrationRequestBody requestBody)
serverName - name of server instance to calluserId - the name of the calling userrequestBody - properties of the entity@GetMapping(path="/software-server-capability/{qualifiedName}")
public DataPlatformRegistrationRequestBody getExternalDataPlatformByQualifiedName(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String qualifiedName)
serverName - the server nameuserId - the user idqualifiedName - the qualified name@PostMapping(path="/deployed-database-schema") public GUIDResponse createDeployedDatabaseSchema(@PathVariable(value="serverName") String serverName, @PathVariable(value="userId") String userId, @RequestBody DeployedDatabaseSchemaRequestBody requestBody)
Copyright © 2018–2020 ODPi. All rights reserved.