Users Guide

Table Of Contents
"Visible": true
}
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: Port breakout configuration.
dellemc.openmanage.ome_network_port_breakout:
hostname: "192.168.0.1"
username: "username"
password: "password"
target_port: "2HB7NX2:phy-port1/1/11"
breakout_type: "1X40GE"
- name: Revoke the default breakout configuration
dellemc.openmanage.ome_network_port_breakout:
hostname: "192.168.0.1"
username: "username"
password: "password"
target_port: "2HB7NX2:phy-port1/1/11"
breakout_type: "HardwareDefault
Manage fabrics
This section describes how to create a fabric on OpenManage Enterprise Modular and to add an uplink for any fabric.
Create, modify, or delete a fabric on OpenManage Enterprise
ome_smart_fabric
Synopsis
This module allows to create a fabric, and modify or delete an existing fabric on OpenManage Enterprise Modular.
Options
Table 63. ome_smart_fabric
Parameter Required Default Choices Comments
state True present present, or absent
C(present) creates
a new fabric or
modifies an existing
fabric.
C(absent) deletes an
existing fabric.
106 Modules for OpenManage Enterprise (OME)