API Guide
idrac.job_mgr.delete_job(): Allows you to delete the job.
Delete all jobs
idrac.job_mgr.delete_all_jobs(): Allows you to delete all jobs.
View job status
idrac.job_mgr.get_job_status(): Allows you to get the job status for the provided job ID.
iDRAC LC status check
The following API provides the information to check the LC status.
idrac.config_mgr.LCStatus(): Provides the Status of LifeCycle Controller.
66 Getting Started