Users Guide

Table 75. ome_application_network_proxy (continued)
Parameter Required Default Choices Comments
username and
password must be
provided.
If
I(enable_authenticati
on) is false, the proxy
username and
password are set to
its default values.
proxy_username False NA NA Username of the proxy
server. This option is
mandatory when
I(enable_authentication)
is true.
proxy_password False NA NA Password of the proxy
server. This option is
mandatory when
I(enable_authentication)
is true.
Return Values
r'''
---
msg:
type: str
description: Overall status of the network proxy configuration change.
returned: always
sample: "Successfully updated network proxy configuration."
proxy_setting:
type: dict
description: Updated network proxy configuration.
returned: success
sample: {
"EnableAuthentication": true,
"EnableProxy": true,
"IpAddress": "192.168.0.2",
"Password": null,
"PortNumber": 444,
"Username": "root"
}
error_info:
description: Details of the HTTP error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to complete the request because the input value
for PortNumber is missing or an invalid value is entered.",
"MessageArgs": [
"PortNumber"
],
"MessageId": "CGEN6002",
"RelatedProperties": [],
"Resolution": "Enter a valid value and retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}
104
Modules for OpenManage Enterprise (OME)