API Guide

Table Of Contents
"@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 downloads the reports.
NOTE:
This API downloads the reports within the OpenManage Enterprise console instead of the location where you run
the scripts.
POST method for ReportService.DownloadReport
This method downloads all the reports.
Description
Downloads all the reports.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"ReportDefId":1564,
616 APIs specific to OpenManage Enterprise