Reference Guide
35 RESTful Server Configuration with iDRAC RESTful API
data = req.json()
print "Job ID = "+data[u"Id"]
print "Name = "+data[u"Name"]
print "Message = "+data[u"Messages"]
print "JobStatus = "+data[u"TaskState"]
$ python ./redfish_SCP_import_local_file.py 192.168.0.120 root calvin
jwr_rf_clone.xml
- JID_968285068285 successfully created for ImportSystemConfiguration method
- Query job ID command passed
- Job not marked completed, current status is: Running
- Message: Importing Server Configuration Profile.
- Query job ID command passed
- Job not marked completed, current status is: Running
- Message: Waiting for the system to shut down.
- Query job ID command passed
- Job not marked completed, current status is: Running
- Message: Applying configuration changes.
- Query job ID command passed
- Job not marked completed, current status is: Running
- Message: Updating component configuration.
- Query job ID command passed
- Job not marked completed, current status is: Running
- Message: Staged component configuration is complete.
- Query job ID command passed
- Job ID = JID_968285068285
- Name = Import Configuration
- Message = Successfully imported and applied Server Configuration Profile.
- JID_968285068285 completed in: 0:05:01
$