API Guide

Table Of Contents
Example request
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": "MX-OME-ModularST01",
"UseDHCPForDNSDomainName": false,
"DnsDomainName": ""
},
"Delay": 0
}
Example
response body
{
"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":
{
402 APIs specific to OpenManage Enterprise Modular Edition