API Guide

Table Of Contents
"FilterGroupId":0
}
/api/ReportService/Actions/ReportService.DownloadReport
The URI represents the download of reports.
POST method for ReportService.DownloadReport
This method downloads all the reports.
Description Downloads all the reports.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
"ReportDefId":1564,
"Format":"pdf"
}
/api/ReportService/Actions/ReportService.DeleteReports
This URI represents the reports deletion.
POST method for ReportService.DeleteReports
This method deletes all the reports.
Description
Deletes all the reports.
Privilege REPORT_MANAGEMENT
HTTP response
codes
200
Example
Input:
[1564]
/api/ReportService/Actions/ReportService.CloneReport
This URI represents cloning of a report.
POST method for ReportService.CloneReport
This method clones a report.
Description
Clones a group.
Privilege REPORT_MANAGEMENT
HTTP response
codes
200
410 APIs specific to OpenManage Enterprise