Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
"UpdatedTime": "2020-09-02 18:48:42.129",
"VlanMaximum": 111,
"VlanMinimum": 111
},
{
"CreatedBy": "admin",
"CreationTime": "2020-09-02 18:49:11.507",
"Description": "Description of Logical Network - 2",
"Id": 20058,
"InternalRefNWUUId": "e46ccb3f-ef57-4617-ac76-46c56594005c",
"Name": "Network VLAN - 2",
"Type": {
"Description": "This is the network for general purpose traffic. QOS
Priority : Silver.",
"Id": 2,
"Name": "General Purpose (Silver)",
"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"
Modules for OpenManage Enterprise (OME)
129