Users Guide

Table Of Contents
Table 55. ome_application_network_proxy (continued)
Parameter Required Default Choices Comments
enable_authentication False NA NA
Enables or
disables proxy
authentication.
If
I(enable_authenticat
ion) is true, a
username and
password must be
provided.
If
I(enable_authenticat
ion) 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"
88
Modules for OpenManage Enterprise (OME)