Web Services Interface Guide
172 Dell Lifecycle Controller Web Services Interface Guide for Windows
ElementName = UefiBootSeq
InstanceID = UEFI
IsCurrent = 2
IsDefault = 0
IsNext = 2
DCIM_BootConfigSetting
ElementName = OneTimeBootMode
InstanceID = OneTime
IsCurrent = 2
IsDefault = 0
IsNext = 2
DCIM_BootConfigSetting
ElementName = vFlash Boot Configuration
InstanceID = vFlash
IsCurrent = 2
IsDefault = 0
IsNext = 2
14.2 Getting a Boot ConfigSetting Instance
Getting the boot configuration current, default, and next attributes of one particular boot configuration
instance is an alternative to enumerating all available instances as shown in Section 14.1.
Get a BootConfigSetting instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 14.1, in which this example would use
IPL as an instanceID
EXAMPLE:
winrm g http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BootConfigSetting ?InstanceID=[INSTANCEID]
-u:[USER] -p:[PASSWORD]