Users Guide
- MXL1234
- MXL4567
Module: dellemc_ome_device_facts
Synopsis
This module retrieves the list of all devices with the exhaustive inventory of each device discovered using OpenManage Enterprise.
NOTE: This module is deprecated and replaced with ome_device_info.
Options
Table 56. dellemc_ome_device_facts
Parameter Required Default Choices Comments
hostname Yes NA NA
Target IP Address or
hostname
username Yes NA NA Target username
password Yes NA NA Target user password
port No 443 NA Target device HTTPS port
fact_subset No basic_inventory
• basic_inventory
• detailed_inventory
• subsystem_health
• C(basic_inventory)
returns the list of the
devices.
• C(detailed_inventory)
returns the inventory
details of specified
devices.
• C(subsystem_health)
returns the health
status of specified
devices.
system_query_options No NA
• device_id: A list of unique identifier is
applicable for C(detailed_inventory) and
C(subsystem_health).
• device_service_tag: A list of service tags is
applicable for C(detailed_inventory) and
C(subsystem_health).
• inventory_type: For C(detailed_inventory),
it returns details of the specified inventory
type.
• filter: For C(basic_inventory), it filters the
collection of devices. I(filter) query format
should be aligned with OData standards.
I(system_query_options) is
applicable for the choices of
the fact_subset. Either
I(device_id) or
I(device_service_tag) is
mandatory for
C(detailed_inventory) and
C(subsystem_health) or
both can be applicable.
Return Values
msg:
type: str
description: Over all device_facts status.
returned: on error
sample: "Failed to fetch the device facts"
ansible_facts:
type: dict
description: Device inventory details.
returned: success
sample: {
"value": [
{
"Actions": null,
"AssetTag": null,
"ChassisServiceTag": null,
60
Modules for OpenManage Enterprise (OME)