Users Guide

Table Of Contents
Table 47. ome_firmware_baseline (continued)
Parameter Required Default Choices Comments
with I(device_ids) and
I(device_group_names).
device_group_names False NA NA List of group names.
I(device_group_names)
is mutually exclusive
with I(device_ids) and
I(device_service_tags).
Return Values
msg:
description: Overall status of the firmware baseline creation
returned: always
type: str
sample: "Successfully created task for creating Baseline"
baseline_status:
description:
returned: success
type: dict
sample: {
"CatalogId": 123,
"Description": "BASELINE DESCRIPTION",
"DeviceComplianceReports": [],
"DowngradeEnabled": true,
"Id": 0,
"Is64Bit": true,
"Name": "my_baseline",
"RepositoryId": 123,
"RepositoryName": "catalog123",
"RepositoryType": "HTTP",
"Targets": [
{
"Id": 10083,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 10076,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 11235,
"TaskStatusId": 0
}
error_info:
type: dict
description: Details of http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to retrieve baseline list either because the
device ID(s) entered are invalid",
"Resolution": "Make sure the entered device ID(s) are valid and
retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information."
Modules for OpenManage Enterprise (OME)
69