Users Guide

Table Of Contents
Table 20. idrac_lifecycle_controller_job_status_info (continued)
Parameter/aliases Required Default Choices Comments
idrac_port No 443 NA iDRAC port
job_id Yes NA NA
Job ID in the format
"JID_123456789012"
Return Values
msg:
description: Overall status of the job facts operation.
returned: always
type: str
sample: "Successfully fetched the job info."
job_info:
description: Displays the status of a Lifecycle Controller job.
returned: success
type: dict
sample: {
"ElapsedTimeSinceCompletion": "8742",
"InstanceID": "JID_844222910040",
"JobStartTime": "NA",
"JobStatus": "Completed",
"JobUntilTime": "NA",
"Message": "Job completed successfully.",
"MessageArguments": "NA",
"MessageID": "RED001",
"Name": "update:DCIM:INSTALLED#iDRAC.Embedded.1-1#IDRACinfo",
"PercentComplete": "100",
"Status": "Success"
}
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."
}
]
}
}
Example
- name: Show status of a Lifecycle Control job
dellemc.openmanage.idrac_lifecycle_controller_job_status_info:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
job_id: "JID_1234567890"
Export LC logs
Module: idrac_lifecycle_controller_logs
Synopsis
Modules for iDRAC
47