API Guide
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",
"Value": "Normalized",
"DataType": "",
"GroupName": ""
}
]
}
APIs specific to OpenManage Enterprise 473