API Guide
"Id": 24,
"Name": "Identifier",
"Width": 20,
"Sequence": 3
},
{
"Id": 25,
"Name": "Device Asset Tag",
"Width": 25,
"Sequence": 4
},
{
"Id": 26,
"Name": "Datacenter",
"Width": 25,
"Sequence": 5
},
{
"Id": 27,
"Name": "Aisle",
"Width": 25,
"Sequence": 6
},
{
"Id": 28,
"Name": "Rack",
"Width": 25,
"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",
"",
"",
"",
""
]
}
426 APIs specific to OpenManage Enterprise