Users Guide

Table Of Contents
"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