Users Guide

Table Of Contents
Table 46. ome_application_network_webserver
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
webserver_port False NA NA
Port number used by OpenManage Enterprise
to establish a secure server connection.
WARNING: A change in port number
results in a loss of connectivity in the
current session for a minute or more.
webserver_timeout False NA NA
The duration, in minutes, after which
a web user interface session is
automatically disconnected.
If a change is made to the session
timeout, it will only take effect after the
next login.
Return Values
msg:
type: str
description: Overall status of the network web server configuration change.
returned: always
sample: "Successfully updated network web server configuration."
webserver_configuration:
type: dict
description: Updated application network web server configuration.
returned: success
sample: {
"TimeOut": 20,
"PortNumber": 443,
"EnableWebServer": true
}
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."
}
}
Examples
- name: Update web server port and session time out configuration
dellemc.openmanage.ome_application_network_webserver:
hostname: "192.168.0.1"
120
Modules for OpenManage Enterprise (OME)