API Guide

VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(ReportService.ReportDef)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/ReportService/ReportDefs(3264)",
"Id": 3264,
"Name": "Alert Counts per Device Report",
"Description": "This report contains alert counts per severity and totals per
Device.",
"IsBuiltIn": true,
"LastEditedBy": "admin",
"LastRunDate": null,
"LastRunBy": null,
"LastRunDuration": null,
"QueryDef": {
"FilterId": 36,
"ContextId": 3
},
"ColumnNames": [
{
"Id": 1000,
"Name": "Device Name",
"Width": 30,
"Sequence": 1
},
{
"Id": 1001,
"Name": "Service Tag",
"Width": 20,
"Sequence": 2
},
{
"Id": 1002,
"Name": "Device Type",
"Width": 20,
"Sequence": 3
},
{
"Id": 1003,
"Name": "Device Model",
"Width": 30,
"Sequence": 4
},
{
"Id": 1004,
"Name": "Count Critical",
"Width": 20,
"Sequence": 5
},
{
"Id": 1005,
"Name": "Count Warning",
"Width": 20,
"Sequence": 6
},
{
"Id": 1006,
"Name": "Count Normal",
"Width": 20,
"Sequence": 7
},
{
"Id": 1007,
OpenManage Enterprise–Specific resource model
21