Developers Guide

Table Of Contents
SLOT_NAME
DNS_NAME
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 1
{
"ConsoleSetting":
[{
"Name": "WARRANTY_EXPIRY_SETTING",
"DefaultValue": "90",
"Value": "1",
"DataType": "java.lang.Boolean",
"GroupName": "WARRANTY_SCOREBOARD"
}
]
}
Example
Response Body 2
{
"ConsoleSetting": [
{
"Name": "DEVICE_PREFERRED_NAME",
"DefaultValue": "SYSTEM_NAME",
"Value": "HOST_NAME",
"DataType": "java.lang.String",
"GroupName": "DISCOVERY_SETTING"
}
]
}
The possible values for "DEVICE_PREFERRED_NAME are:
HOST_NAME
SLOT_NAME
DNS_NAME
/api/ApplicationService/Network/
CurrentAddressConfiguration
This URI represents the current network IP configuration.
NOTE: This API is not available in OpenManage Enterprise from version 3.3.1.
GET method for CurrentAddressConfiguration
This method returns the current network IP configuration.
Description
Returns the current network IP configuration.
Privilege VIEW
APIs specific to OpenManage Enterprise Modular Edition 489