Users Guide

Table Of Contents
type: dict
sample: {
"Id": 13,
"Name": "baseline1",
"Description": null,
"TemplateId": 102,
"TemplateName": "one",
"TemplateType": 2,
"TaskId": 26584,
"PercentageComplete": "100",
"TaskStatus": 2070,
"LastRun": "2021-02-27 13:15:13.751",
"BaselineTargets": [
{
"Id": 1111,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"ConfigComplianceSummary": {
"ComplianceStatus": "OK",
"NumberOfCritical": 0,
"NumberOfWarning": 0,
"NumberOfNormal": 0,
"NumberOfIncomplete": 0
}
}
job_id:
description:
- Task ID created when I(command) is C(remediate).
returned: when I(command) is C(remediate)
type: int
sample: 14123
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: Create a configuration compliance baseline using device IDs
dellemc.openmanage.ome_configuration_compliance_baseline:
hostname: "192.168.0.1"
username: "username"
password: "password"
names: "baseline1"
template_name: "template1"
description: "description of baseline"
device_ids:
- 1111
- 2222
- name: Create a configuration compliance baseline using device service tags
dellemc.openmanage.ome_configuration_compliance_baseline:
84
Modules for OpenManage Enterprise (OME)