API Guide

Table Of Contents
/api/ApplicationService/Network/AdapterConfigurations('ens33')
This URL returns the network adapter information that is based on the interface name.
NOTE: The interface name of the network adapter in an appliance varies based on the hypervisor.
GET method for AdapterConfigurations('ens33')
This URL returns the network adapter information that is based on the interface name.
Description This method returns the network adapter information that is based on the interface name.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/$metadata#Network.AdapterConfigurations",
"@odata.type": "#Network.AdapterConfigurations",
"@odata.id": "/api/ApplicationService/Network/
AdapterConfigurations('ens33')",
"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": ""
},
"CurrentSettings": {
"Ipv4Settings": {
"Enable": true,
"EnableDhcp": true,
"CurrentIPAddress": [
"XX.XXX.X.XXX"
],
554
APIs specific to OpenManage Enterprise