API Guide
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"
}
]
}
/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
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#Network.CurrentAddressConfiguration/
$entity",
"@odata.type": "#Network.CurrentAddressConfiguration",
"@odata.id": "/api/ApplicationService/Network/CurrentAddressConfiguration",
"Ipv4Setting":
{
"Enable": true,
"EnableDHCP": true,
"CurrentIPAddress": "xx.xx.xx.xx",
"CurrentSubnetMask": "255.255.255.0",
"CurrentGateway": "192.168.1.1",
"UseDHCPForDNSServerNames": true,
"CurrentPreferredDNSServer": "192.168.1.2",
"CurrentAlternateDNSServer": "192.168.1.3"
},
"Ipv6Setting":
{
"Enable": false,
"EnableAutoConfiguration": true,
"CurrentIPAddress": "",
"CurrentGateway": "",
358 APIs specific to OpenManage Enterprise – Modular Edition