Reference Guide

Table Of Contents
/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": ""
}
]
}
POST method for TrapForwarding
Description
Configures the OpenManage Enterprise trap forwarding settings.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example Request
Body
{
"ConsoleSetting": [
{
"Name": "TRAP_FORWARDING_SETTING",
"DefaultValue": "false",
614 APIs specific to OpenManage Enterprise