@RestController
@RequestMapping(value="/open-metadata/admin-services/users/{userId}/servers/{serverName}")
public class ConfigConformanceSuiteServicesResource
extends Object
| Constructor and Description |
|---|
ConfigConformanceSuiteServicesResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
disableAllConformanceSuiteWorkbenches(String userId,
String serverName)
Request that the conformance suite services are deactivated in this server.
|
VoidResponse |
disablePlatformConformanceSuiteServices(String userId,
String serverName)
Request that the repository conformance suite tests are deactivated in this server.
|
VoidResponse |
disableRepositoryConformanceSuiteServices(String userId,
String serverName)
Request that the repository conformance suite tests are deactivated in this server.
|
VoidResponse |
enablePlatformConformanceSuiteWorkbench(String userId,
String serverName,
URLRequestBody requestBody)
Request that the conformance suite services are activated in this server to test the
support of the platform services running in the platform at tutPlatformRootURL.
|
VoidResponse |
enableRepositoryConformanceSuiteWorkbench(String userId,
String serverName,
RepositoryConformanceWorkbenchConfig repositoryConformanceWorkbenchConfig)
Request that the conformance suite services are activated in this server to test the
support of the repository services running in the server named tutRepositoryServerName.
|
public ConfigConformanceSuiteServicesResource()
@PostMapping(path="/conformance-suite-workbenches/repository-workbench/repositories") public VoidResponse enableRepositoryConformanceSuiteWorkbench(@PathVariable String userId, @PathVariable String serverName, @RequestBody RepositoryConformanceWorkbenchConfig repositoryConformanceWorkbenchConfig)
userId - user that is issuing the request.serverName - local server name.repositoryConformanceWorkbenchConfig - configuration for the repository conformance workbench.@PostMapping(path="/conformance-suite-workbenches/platform-workbench/platforms") public VoidResponse enablePlatformConformanceSuiteWorkbench(@PathVariable String userId, @PathVariable String serverName, @RequestBody URLRequestBody requestBody)
userId - user that is issuing the request.serverName - local server name.requestBody - url of the OMAG platform to test.@DeleteMapping(path="/conformance-suite-workbenches/repository-workbench") public VoidResponse disableRepositoryConformanceSuiteServices(@PathVariable String userId, @PathVariable String serverName)
userId - user that is issuing the request.serverName - local server name.@DeleteMapping(path="/conformance-suite-workbenches/platform-workbench") public VoidResponse disablePlatformConformanceSuiteServices(@PathVariable String userId, @PathVariable String serverName)
userId - user that is issuing the request.serverName - local server name.@DeleteMapping(path="/conformance-suite-workbenches") public VoidResponse disableAllConformanceSuiteWorkbenches(@PathVariable String userId, @PathVariable String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2020 ODPi. All rights reserved.