API Guide

Table Of Contents
},
{
"Width":20,
"Sequence":4,
"Name":"Software Description"
}
],
"FilterGroupId":64,
"QueryDefRequest":{
"ContextId":3,
"ResultFields":[
{
"FieldId":61
},
{
"FieldId":64
},
{
"FieldId":63
},
{
"FieldId":99
},
{
"FieldId":102
}
],
"SortFields":[
]
}
}
PUT method for ReportDefs
This method updates a report.
Description
Updates a report.
Privilege REPORT_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 5614,
"Name": "Test Report12 ",
"Description": "Test Report 12",
"ColumnNames": [{
"Name": "Test Column1",
"Width": 25,
"Sequence": 1
}, {
"Name": "Test Column2",
"Width": 25,
"Sequence": 2
}, {
"Name": "Test Column 3",
"Width": 25,
"Sequence": 2
}, {
"Name": "Test Column1 4",
"Width": 25,
"Sequence": 2
}],
"QueryDefRequest": {
"ContextId": 2,
"Conditions": [{
APIs specific to OpenManage Enterprise 613