API Guide

HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(ReportService.ReportResultRow)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#ReportService.ReportResultRow",
"Values": [
"iDRAC-792B0M2",
"SERVER",
"PowerEdge R640",
"792B0M2",
"",
"",
"",
""
]
}
]
}
/api/ReportService/Actions/ReportService.RunReport
This URI is used to run a report.
POST method for Running Reports
This method is used to run reports.
Description
Used to run reports.
Privilege REPORT_RUN
HTTP response
codes
200
Example request
body
{
"ReportDefId":1564,
"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
APIs specific to OpenManage Enterprise 545