Users Guide

Table Of Contents
"NetworkTrafficType": "Ethernet",
"QosType": {
"Id": 3,
"Name": "Silver"
},
"VendorCode": "GeneralPurpose"
},
"UpdatedBy": null,
"UpdatedTime": "2020-09-02 18:49:11.507",
"VlanMaximum": 112,
"VlanMinimum": 112
}
]
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Examples
- name: Retrieve information about all network VLANs available in the device.
ome_network_vlan_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
- name: Retrieve information about a network VLAN using the VLAN ID.
ome_network_vlan_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
id: 12345
- name: Retrieve information about a network VLAN using the VLAN name.
ome_network_vlan_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
name: "Network VLAN - 1
Port breakout
ome_network_port_breakout
Synopsis
This module allows to automate the breaking out of IOMs in fabric mode into logical sub ports.
The port breakout operation is only supported in OpenManage Enterprise Modular.
Options
104
Modules for OpenManage Enterprise (OME)