API Guide

"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": "",
"StaticPrefixLength": 0,
"StaticGateway": "",
"UseDHCPForDNSServerNames": false,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"ManagementVLAN": {
"EnableVLAN": false,
"Id": 0
},
"DnsConfiguration": {
"RegisterWithDNS": false,
"DnsName": "",
"UseDHCPForDNSDomainName": false,
"DnsDomainName": "",
"FqdndomainName": "",
"Ipv4CurrentPreferredDNSServer": "",
"Ipv4CurrentAlternateDNSServer": "",
"Ipv6CurrentPreferredDNSServer": "",
"Ipv6CurrentAlternateDNSServer": ""
},
"Delay": 0,
"PrimaryInterface": true
}
APIs specific to OpenManage Enterprise
511