API Guide

Table Of Contents
Warranty
https://<IP>/api/ApplicationService/Settings
POST method for Warranty settings
Description Creates the warranty settings.
Privilege APPLIANCE_SETUP
Example Request
Body
{
"ConsoleSetting":
[ {
"Name": "WARRANTY_SCOREBOARD",
"DefaultValue": "false",
"Value": "true",
"DataType": "java.lang.Boolean",
"GroupName": "WARRANTY_SCOREBOARD"
}
]
}
Network Configuration
/api/ApplicationService/Network/AdapterConfigurations
This URL returns all the network adapter information.
GET method for AdapterConfigurations
Description
Returns all the network adapter information.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(Network.AdapterConfigurations)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#Network.AdapterConfigurations",
"@odata.id": "/api/ApplicationService/Network/
AdapterConfigurations('ens33')",
"InterfaceName": "ens33",
"ProfileName": "ens33",
"EnableNIC": true,
"Ipv4Configuration": {
"Enable": true,
"EnableDHCP": true,
"StaticIPAddress": "",
APIs specific to OpenManage Enterprise 551