Users Guide

Table 66. ome_firmware_baseline (continued)
Parameter Required Default Choices Comments
is_64_bit False True NA Indicates if 64 bit is supported.
device_ids False NA NA List olf device ids.
I(device_ids) is mutually
exclusive with
I(device_service_tags) and
I(device_group_names).
device_service_tags False NA NA List of service tags
I(device_service_tags) is
mutually exclusive 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": {
84
Modules for OpenManage Enterprise (OME)