Reference Guide

25 RESTful Server Configuration with iDRAC RESTful API
Note that the return message accurately states that the value that was passed is “Not one of the
Possible Values for Attribute
If racadm is used to get more detail of the error, we get the following output
$ racadm -r 192.168.0.120 -u user -p password lclog viewconfigresult -j
JID_968022511916
SeqNumber = 34743
Job Name = Preview Configuration
Message ID = SYS088
Message = Estimated time for applying configuration changes is 0
seconds.
SeqNumber = 34741
FQDD = LifecycleController.Embedded.1
Job Name = Preview Configuration
DisplayValue = Collect System Inventory on Restart
Name = LCAttributes.1#CollectSystemInventoryOnRestart
OldValue = Enabled
NewValue = this_is_an_invalid_value
MessageID = RAC015
Status = Failure
ErrCode = 9240
$
2.6 Importing SCPs with iDRAC RESTful API
Next, we will create a script for importing SCPs with the ImportSystemConfiguration method. The
ImportSystemConfiguration method provides additional optional parameters as shown in the JSON output
in Appendix 2:
HostPowerState@ Redfish.AllowableValues: [
"On",
"Off"
],
ImportSystemConfiguration@ Redfish.AllowableValues: [
"TimeToWait",
"ImportBuffer"
],
ShutdownType@ Redfish.AllowableValues: [
"Graceful",
"Forced",
"NoReboot"
]
These parameters control the following: