API Guide

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":""
}
]
}
MX7000
Onboarding
preferences to
enable the Receive
Chassis category
alerts option
Example Request Body
MX7000 Onboarding preferences to enable Receive 'Chassis' category alerts
option
{
"consoleSetting":
[
{
"name":"MX7000_ONBOARDING_PREF","defaultValue":"","value":"chassis",
"dataType":"java.lang.String","groupName":""
}
]
}
APIs specific to OpenManage Enterprise 505