API Guide

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,
"UseSSL": true,
"Credential": {
"User": "root",
"Password": "calvin"
}
}
506 APIs specific to OpenManage Enterprise