Web Services Interface Guide
173 Dell Lifecycle Controller Web Services Interface Guide for Windows
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_BootConfigSetting
ElementName = BootSeq
InstanceID = IPL
IsCurrent = 1
IsDefault = 0
IsNext = 1
14.3 Listing the Boot Inventory-SourceSetting Class
Each Boot Configuration Representation contains an ordered list of boot sources, which indicate the
logical devices to use during the boot process.
Enumerate the BootSourceSetting class with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BootSourceSetting -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNCheck -SkipCACheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_BootSourceSetting
BIOSBootString = Embedded SATA Port A Optical: SATA
Optical Drive BootSeq
BootString = Embedded SATA Port A Optical: SATA Optical
Drive BootSeq
CurrentAssignedSequence = 0
CurrentEnabledStatus = 1
ElementName = Embedded SATA Port A Optical: SATA Optical Drive BootSeq
FailThroughSupported = 1
InstanceID = IPL:Optical.SATAEmbedded.A-1:eb8aeb15796fb85f8e1447f0cfb8a68e
The ChangeBootOrderByInstanceID
method in Section 14.4 will use the
InstanceID field as input.