API Guide

APIs specific to OpenManage Enterprise -
Modular Edition
/api/ApplicationService/Settings
This URI represents the application settings information.
GET method for /api/ApplicationService/Settings
This method returns the application settings.
Description Returns the application settings.
Privilege VIEW
HTTP response
codes
201
Example Request
Body
{
"@odata.type": "#ApplicationService.ConsoleSetting",
"Name": "WARRANTY_EXPIRY_NOTIFICATION",
"DefaultValue": "false",
"Value": "true",
"DataType": "java.lang.Boolean",
"GroupName": "WARRANTY_SCOREBOARD"
}
]
}
POST method for /api/ApplicationService/Settings
This method returns the application service settings.
Description
Returns one or more application settings. You can get the name of the setting and the group, using this API.
Privilege APPLIANCE_SETUP
HTTP response
codes
201
Example Response
Body
{
"ConsoleSetting":
[{
"Name": "WARRANTY_EXPIRY_SETTING",
"DefaultValue": "90",
"Value": "1",
"DataType": "java.lang.Boolean",
"GroupName": "WARRANTY_SCOREBOARD"
}
]
}
16
APIs specific to OpenManage Enterprise - Modular Edition 343