API Guide

Table Of Contents
],
"FilterGroupId": 0,
"QsmQuery": false,
"ReportResults": {
"@odata.id": "/api/ReportService/ReportDefs(10042)/ReportResults"
}
}]
}
Table 185. Attributes
Attribute Description
Id Report identifier
Name Name of the report
Description Description of the report
IsBuiltIn Specifies whether it is a built-in report or a custom report
LastEditedBy Time when report was last edited
LastRunDate Time when the report was last run
LastRunBy User who has run the report
LastRunDuration Duration of the report run.
QueryDef Information on the filters and context of the report
ColumnNames Column names in the report
FilterGroupId ID of the filter group in the report
POST method for ReportDefs
This method creates a report.
Description
Creates a report.
Privilege REPORT_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Name":"Test Report",
"Description":"",
"ColumnNames":[
{
"Width":20,
"Sequence":0,
"Name":"Device Name"
},
{
"Width":20,
"Sequence":1,
"Name":"Device Service Tag"
},
{
"Width":20,
"Sequence":2,
"Name":"Device Model"
},
{
"Width":20,
"Sequence":3,
"Name":"Software Component ID"
612 APIs specific to OpenManage Enterprise