API Guide

Table Of Contents
Table 137. Attributes
Attribute name Description
Ipv6Setting.CurrentPreferredDNSServer Current IPv6 DNS preferred server.
Ipv6Setting.CurrentAlternateDNSServer Current IPv6 DNS alternate server.
DnsSetting.DnsFQDName Current FQDN registered.
DnsSetting.DnsDomainName Current Domain Name.
/api/ApplicationService/Network/
AddressConfiguration
This URI represents the network configuration.
NOTE: This API is not available in OpenManage Enterprise from version 3.3.1.
GET method for AddressConfiguration
This method returns the network configuration.
Description
Returns the current network configuration.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Network.AddressConfiguration/
$entity",
"@odata.type": "#Network.AddressConfiguration",
"@odata.id": "/api/ApplicationService/Network/AddressConfiguration",
"EnableNIC": true,
"Ipv4Configuration":
{
"Enable": true,
"EnableDHCP": true,
"StaticIPAddress": "",
"StaticSubnetMask": "",
"StaticGateway": "",
"UseDHCPForDNSServerNames": true,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"Ipv6Configuration":
{
"Enable": false,
"EnableAutoConfiguration": true,
"StaticIPAddress": "",
"StaticPrefixLength": 0,
"StaticGateway": "",
"UseDHCPForDNSServerNames": true,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"ManagementVLAN":
{
"EnableVLAN": false,
"Id": 1
},
"DnsConfiguration":
{
460
APIs specific to OpenManage Enterprise Modular Edition