API Guide

Table Of Contents
{
"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": ""
}
]
}
/api/Console/UpdateConsoleSettings
This URI enables the option to receive all alerts or alerts corresponding to chassis as an MX7000 chassis onboarding preference.
POST method for UpdateConsoleSettings
Description
Enables the option to receive all alerts or alerts corresponding to chassis as an MX7000 chassis
onboarding preference.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
MX7000
Onboarding
preferences to
enable the
Receive All Alerts
option
Example Request Body
MX7000 Onboarding preferences to enable Receive All Alerts option
{
"consoleSetting":
[
{"name":"MX7000_ONBOARDING_PREF","defaultValue":"","value":"all",
"dataType":"java.lang.String","groupName":""
}
]
}
546 APIs specific to OpenManage Enterprise