API Guide
Table Of Contents
- Dell EMC OpenManage Python Software Development Kit Version 1.0 API Reference Guide
- Introduction to OpenManage python software development toolkit
- Installation and Uninstallation of OMPSDK
- OpenManage Python SDK API introduction
- OpenManage Python SDK API list
- Monitoring API list
- Administration tasks API list
- Export and Import Tasks API list
- Server iDRAC Settings Configuration API list
- Boot Settings Configuration API list
- RAID Configuration API list
- iDRAC LC Jobs API list
- iDRAC LC Status Check API list
- OpenManage Python SDK API list
- Getting Started
Delete single job
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.
54 Getting Started