Users Guide

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": [],
"Resolution": "Make sure that all dependent fields contain valid content and
retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}
}
108
Modules for OpenManage Enterprise (OME)