API Guide

Table Of Contents
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":
{
"RegisterWithDNS": false,
"DnsName": "MX7000",
"UseDHCPForDNSDomainName": false,
"DnsDomainName": ""
},
"Delay": 0
}
PUT method for AddressConfiguration
This method updates the network configuration.
Description
Updates the network configuration.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
APIs specific to OpenManage Enterprise Modular Edition 401