Users Guide

Table Of Contents
Table 101. Return Values
Name Description Returned Type Sample
LC Job
Queue
Deletes the LC job
queue
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/blob/devel/output/deprecated/
dellemc_delete_lc_job_queue.md
Example
-name: Delete LC Job Queue
dellemc_delete_lc_job_queue:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password:"xxxxx"
idrac_port: "xxx"
Deprecated OpenManage Enterprise (OME) modules
View device information
This module is deprecated and replaced with ome_device_info.
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.
Options
Table 102. 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_inventor
y
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).
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
148 Deprecated modules