White Papers

19 Dell OpenManage Power Center REST API Reference Guide
When the status for a report is “Completed”, the result is displayed.
4.7 Report Result
GetReportResult is used for returning the results of specific report instance from last running.
To avoid large amount of data two parameters for pagination added. A typical combination is
currentPage=0 and rowCountPerPage=10 calling this API for the first time. Then onwards increment the
current page.
API usage:
POST <BASE_URL>/getReportResult?reportId=<Id>&currentPage=<page>& rowCountPerPage=<count>
4.8 Removing Report
Remove report will delete the target report with specific report id.
API usage:
POST <BASE_URL>/removeReport?reportId=<Id>