public class DataPlatformRestServices extends Object
| Constructor and Description |
|---|
DataPlatformRestServices() |
DataPlatformRestServices(DataPlatformInstanceHandler dataPlatformInstanceHandler) |
| Modifier and Type | Method and Description |
|---|---|
GUIDResponse |
createSoftwareServer(String serverName,
String userId,
RegistrationRequestBody registrationRequestBody)
Create the software server capability entity
|
RegistrationRequestBody |
getSoftwareServerCapabilityByQualifiedName(String serverName,
String userId,
String qualifiedName)
Return the software server capability definition
|
public DataPlatformRestServices()
public DataPlatformRestServices(DataPlatformInstanceHandler dataPlatformInstanceHandler)
public GUIDResponse createSoftwareServer(String serverName, String userId, RegistrationRequestBody registrationRequestBody)
serverName - name of server instance to calluserId - the name of the calling userregistrationRequestBody - properties of the serverpublic RegistrationRequestBody getSoftwareServerCapabilityByQualifiedName(String serverName, String userId, String qualifiedName)
serverName - name of the service to route the request touserId - identifier of calling userqualifiedName - qualified name of the serverCopyright © 2018–2019 ODPi. All rights reserved.