Users Guide

Table Of Contents
"Id": 10342,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 41415,
"TaskStatusId": 2060
}
Examples
- name: Retrieve details of all the available firmware baselines
dellemc.openmanage.ome_firmware_baseline_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
- name: Retrieve details of a specific firmware baseline identified by its baseline name
dellemc.openmanage.ome_firmware_baseline_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline_name: "baseline_name"
Retrieve firmware baseline compliance details
Module: ome_firmware_baseline_compliance_info
Synopsis
This module allows to retrieve firmware compliance for a list of devices, or against a specified baseline.
Options
Table 38. ome_firmware_baseline_compliance_info
Parameter Required Default Choices Comments
hostname True NA NA Target share address or
hostname.
username True NA NA Target username.
password True NA NA Target user password.
port False 443 NA Target HTTPS port.
baseline_name False NA NA
Name of the baseline
for which the device
based compliance report
is generated.
This option is mandatory
for generating baseline
based device compliance
report.
I(baseline_name) is
mutually exclusive
with I(device_ids),
I(device_service_tags),
and
I(device_group_names).
device_ids False NA NA
A list of unique identifiers
for which the device
based compliance report
is generated.
Modules for OpenManage Enterprise (OME) 97