API Guide

Table Of Contents
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":""
}
]
}
Alerts
https://<IP>/api/ApplicationService/Settings
POST method for Alert Display settings
Description Configures the alerts to be displayed on the alerts log page.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example Request
Body
{
"ConsoleSetting": [
{
"Name": "ALERT_ACKNOWLEDGEMENT_VIEW",
"DefaultValue": "2000",
"Value": 1000,
"DataType": "java.lang.Integer",
"GroupName": ""
}
]
}
https://<IP>/api/AlertService/AlertDestinations/
SMTPConfiguration
POST method for SMTPConfiguration
Description
Configures the email and SMTP configuration for alerts.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example Request
Body
{
"DestinationAddress": "10.35.2.0",
"UseCredentials": true,
"PortNumber": 25,
APIs specific to OpenManage Enterprise 547