Users Guide

Table Of Contents
Table 56. ome_application_network_address (continued)
Parameter Required Default Choices Comments
reboot_delay False NA NA The time in seconds, after which settings are applied.
This option is not mandatory.
Return values
msg:
type: str
description: Overall status of the network address configuration change.
returned: always
sample: Successfully updated network address configuration
network_configuration:
type: dict
description: Updated application network address configuration.
returned: on success
sample: {
"Delay": 0,
"DnsConfiguration": {
"DnsDomainName": "",
"DnsName": "MX-SVCTAG",
"RegisterWithDNS": false,
"UseDHCPForDNSDomainName": true
},
"EnableNIC": true,
"InterfaceName": "eth0",
"PrimaryInterface": true,
"Ipv4Configuration": {
"Enable": true,
"EnableDHCP": false,
"StaticAlternateDNSServer": "",
"StaticGateway": "192.168.0.2",
"StaticIPAddress": "192.168.0.3",
"StaticPreferredDNSServer": "192.168.0.4",
"StaticSubnetMask": "255.255.254.0",
"UseDHCPForDNSServerNames": false
},
"Ipv6Configuration": {
"Enable": true,
"EnableAutoConfiguration": true,
"StaticAlternateDNSServer": "",
"StaticGateway": "",
"StaticIPAddress": "",
"StaticPreferredDNSServer": "",
"StaticPrefixLength": 0,
"UseDHCPForDNSServerNames": true
},
"ManagementVLAN": {
"EnableVLAN": false,
"Id": 1
}
}
error_info:
description: Details of the HTTP error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to update the address configuration because a dependent
field is missing for Use DHCP
for DNS Domain Name, Enable DHCP for ipv4 or Enable Autoconfig for ipv6
settings for valid configuration .",
"MessageArgs": [
"Use DHCP for DNS Domain Name, Enable DHCP for ipv4 or Enable Autoconfig
for ipv6 settings for valid
configuration"
],
"MessageId": "CAPP1304",
"RelatedProperties": [],
92
Modules for OpenManage Enterprise (OME)