API Guide

2.3.4 /api/ReportService/ReportDefs(Id)/ReportResults/ResultRows
GET
Description
Get Rows of Report Results
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(ReportService.ReportResultRow)",
"@odata.count": 3,
"value": [
{
"Values": [
"WIN-73G6VUDEP8S",
"",
"SERVER",
"PowerEdge FC430",
"11",
"0",
"0",
"0",
"11"
]
},
{
"Values": [
"idrac-P1G5S03",
"P1G5S03",
"SERVER",
"c6320",
"10",
"0",
"0",
"0",
"10"
]
},
{
"Values": [
"WIN-27OF1GPRE6A",
"3CGVVX1",
"SERVER",
"PowerEdge R420",
"8",
"0",
"0",
"0",
"8"
]
}]
}
2.3.5 /api/ReportService/Actions/ReportService.DeleteReports
POST
Description
Delete Reports
Privilege
REPORT_MANAGEMENT
OpenManage Enterprise–Specific resource model
27