API Guide

Table Of Contents
"Sequence": 7
}
],
"ResultRows@odata.navigationLink": "/api/ReportService/
ReportDefs(10031)/ReportResults/ResultRows"
}
/api/ReportService/ReportDefs(Id)/ReportResults/ResultRows
This URI represents the rows of the report results.
GET method for ResultRows
This method returns rows in the report results.
Description Returns rows in the report results.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@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
Input:
{
"ReportDefId":1564,
APIs specific to OpenManage Enterprise 409