API Guide
Attribute name Description
Ipv4Setting.CurrentPreferredDNSServer Current IPv4 DNS preferred server.
Ipv4Setting.CurrentAlternateDNSServer Current IPv4 DNS alternate server.
Ipv6Setting.Enable IPv6 network settings status.
Ipv6Setting.EnableAutoConfiguration IPv6 via DHCP server status.
Ipv6Setting.CurrentIPAddress Current IPv6 address.
Ipv6Setting.CurrentGateway Current IPv6 prefix length.
Ipv6Setting.CurrentLinkLocalAddress Current IPv6 gateway address.
Ipv6Setting.UseDHCPForDNSServerNames Obtain IPv6 DNS servers by using DHCP server options status.
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,
APIs specific to OpenManage Enterprise - Modular Edition 345