API Guide

Table Of Contents
"CurrentSubnetMask": "255.255.248.0",
"CurrentGateway": "10.255.0.1",
"UseDHCPForDNSServerNames": true,
"Ipv4Dns": [
"XX.XX.X.X",
"XX.X.X.X"
]
},
"Ipv6Settings": {
"Enable": false,
"EnableAutoConfiguration": false,
"CurrentIPAddress": [
"ef12:17d:804:1236:20c:29ff:fe08:600c"
],
"CurrentGateway": "fe80::92b1:1cff:fef4:26de",
"CurrentLinkLocalAddress": "fe80::20c:29ff:fe08:600c/64",
"UseDHCPForDNSServerNames": false,
"Ipv6Dns": []
},
"DnsSetting": {
"DnsFQDName": "",
"DnsDomainName": ""
}
},
"Delay": 0,
"PrimaryInterface": true
}
/api/ApplicationService/Actions/
Network.ConfigureNetworkAdapter
This URL configures the network adapter.
POST method for Network.ConfigureNetworkAdapter
NOTE: The interface name of the network adapter in an appliance varies based on the hypervisor.
Description This method configures the network adapter.
Privilege APPLIANCE_SETUP
HTTP response
code
200
Example for
primary interface
Example request body
{
"InterfaceName": "ens33",
"ProfileName": "ens33",
"EnableNIC": true,
"Ipv4Configuration": {
"Enable": true,
"EnableDHCP": true,
"StaticIPAddress": "",
"StaticSubnetMask": "",
"StaticGateway": "",
"UseDHCPForDNSServerNames": true,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"Ipv6Configuration": {
"Enable": false,
"EnableAutoConfiguration": false,
"StaticIPAddress": "",
APIs specific to OpenManage Enterprise 555