API Guide

Table Of Contents
Table 150. Attributes (continued)
Attribute Description
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
Input:
{
"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"
},
{
"Width":20,
"Sequence":4,
"Name":"Software Description"
}
],
"FilterGroupId":64,
"QueryDefRequest":{
"ContextId":3,
"ResultFields":[
{
"FieldId":61
},
{
"FieldId":64
},
{
"FieldId":63
},
{
"FieldId":99
},
{
"FieldId":102
}
406
APIs specific to OpenManage Enterprise