@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/access-services/information-view/users/{userId}/")
public class InformationViewOMASResource
extends Object
| Constructor and Description |
|---|
InformationViewOMASResource() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
submitReport(String serverName,
String userId,
ReportRequestBody requestBody) |
@PostMapping(path="/report") public VoidResponse submitReport(@PathVariable(value="serverName") String serverName, @PathVariable(value="userId") String userId, @RequestBody ReportRequestBody requestBody)
serverName - unique identifier for requested server.userId - the unique identifier for the userrequestBody - The json representing the structure of the report and basic report propertiesCopyright © 2018–2019 ODPi. All rights reserved.