API Guide

Table Of Contents
Report Service
Topics:
/api/ReportService/ReportDefs
/api/ReportService/ReportDefs
This method creates a custom report.
Supported versions of Power Manager:
1.1
1.0
Post method for creating a custom Power Manager Report
>
Description
Creates a custom 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
},
{
9
54 Report Service