Reference Guide

/api/JobService/Jobs(10011)
PUT method for Jobs(10011)
Description Configures the health poll interval for the device health settings.
Privilege JOB_MANAGEMENT
HTTP response
codes
200
Example Request
Body
{
"ConsoleSetting":
[{
"Name": "REPORTS_MAX_RESULTS_LIMIT",
"Value": "0",
"DataType": "java.lang.Integer",
"GroupName": ""
}
]
}
/api/ApplicationService/Settings
POST method for ReportSettings
Description
Configures the maximum limit for the reports.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
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": [
544 APIs specific to OpenManage Enterprise