White Papers
17 Dell OpenManage Power Center 4.0 REST API Reference Guide
When the status for a report is “Completed”, the result is displayed.
3.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>¤tPage=<page>& rowCountPerPage=<count>
3.8 Removing Report
Remove report will delete the target report with specific report id.
API usage:
POST <BASE_URL>/removeReport?reportId=<Id>