Users Guide
Table 67. ome_firmware_baseline_info (continued)
Paramter Required Default Choices Comments
password True NA NA Target password
port False 443 NA Target HTTPS port
baseline_name: False NA NA Name of the baseline. If
I(baseline_name) is not
provided, all the available
firmware baselines are
returned.
Return Values
msg:
type: str
description: Overall baseline information.
returned: on error
sample: "Successfully fetched firmware baseline information."
baseline_info:
type: dict
description: Details of the baselines.
returned: success
sample: {
"@odata.id": "/api/UpdateService/Baselines(239)",
"@odata.type": "#UpdateService.Baselines",
"CatalogId": 22,
"ComplianceSummary": {
"ComplianceStatus": "CRITICAL",
"NumberOfCritical": 1,
"NumberOfDowngrade": 0,
"NumberOfNormal": 0,
"NumberOfWarning": 0
},
"Description": "baseline_description",
"DeviceComplianceReports@odata.navigationLink": "/api/UpdateService/Baselines(239)/
DeviceComplianceReports",
"DowngradeEnabled": true,
"Id": 239,
"Is64Bit": true,
"LastRun": "2020-05-22 16:42:40.307",
"Name": "baseline_name",
"RepositoryId": 12,
"RepositoryName": "HTTP DELL",
"RepositoryType": "DELL_ONLINE",
"Targets": [
{
"Id": 10342,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 41415,
"TaskStatusId": 2060
}
Examples
- name: Retrieve details of all the available firmware baselines.
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.
ome_firmware_baseline_info:
hostname: "192.168.0.1"
username: "username"
86
Modules for OpenManage Enterprise (OME)