Operations at report/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| report/agentFailureReport | PUT | Gets a failure report for a particular agent |
| report/agentReport | PUT | Gets a report for a particular agent |
| report/coreFailureReport | PUT | Gets a failure report for a particular set of cores |
| report/coreReport | PUT | Gets a report for a particular set of cores |
| report/currentFont | GET | Gets current font |
| report/databaseCoreIdentities | GET | Gets identity (id-name pairs) of Cores having reporting data in database currently used by the Core |
| report/doneReportDocument/{reportId} | GET | Gets a completed report document stored on the Core server |
| report/doneReportInfo/{reportId} | GET | Gets information about a completed report stored on the Core server |
| report/doneReportsInfo | GET | Gets information about all completed reports stored on the Core server |
| report/fontFamily | GET | Gets list of current availeble fonts |
| report/jobSummaryReport | PUT | Gets a job summary report for this core |
| report/reportDocument | PUT | Gets a report for this core |
| report/reportingConfiguration | GET | Gets reporting configuration |
| report/reportingConfiguration | PUT | Sets reporting configuration |
| report/ReportSettings | PUT | Sets font for Reporting |
| report/repositoryReport | PUT | Gets a report for particular repositories on this core |
| report/resetFont | GET | Reset custom font |
| report/resetPageLayoutConfiguration | GET | Reset custom paper size and paper orientation |
| report/selfFailureReport | PUT | Gets a failure report for this core |
| report/selfReport | PUT | Gets a report for this core |
| report/startReportDocumentCreation | PUT | Starts creating a report. When done, an appropriate event is generated and the report can be obtained through GetDoneReport() by report id. |
| report/summaryReport | PUT | Gets a summary report for this core |