API Guide

Example Request
Body
{
"ConsoleSetting":
[{
"Name": "REPORTS_MAX_RESULTS_LIMIT",
"Value": "0",
"DataType": "java.lang.Integer",
"GroupName": ""
}
]
}
/api/ApplicationService/Settings
POST method for ReportSettings
Description Configures the maximum limit for the reports.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example Request
Body
{
"ConsoleSetting": [
{
"Name": "REPORTS_MAX_RESULTS_LIMIT",
"DefaultValue": "1000",
"Value": 998,
"DataType": "java.lang.Integer"
}
]
}
POST method for EmailSender settings
Description
Configures the email sender settings.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example Request
Body
{
"ConsoleSetting": [
{
"Name": "EMAIL_SENDER",
"DefaultValue": "admin@dell.com",
"Value": "admin@dell.com",
"DataType": "java.lang.String",
"GroupName": ""
}
]
}
504 APIs specific to OpenManage Enterprise