Web Services Interface Guide

Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0
140
<n1:IsNext>2</n1:IsNext>
</n1:DCIM_BootConfigSetting>
<n1:DCIM_BootConfigSetting>
<n1:ElementName>vFlash Boot Configuration</n1:ElementName>
<n1:InstanceID>vFlash</n1:InstanceID>
<n1:IsCurrent>2</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<n1:IsNext>2</n1:IsNext>
</n1:DCIM_BootConfigSetting>
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:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BootConfigSetting
?InstanceID=[INSTANCEID]
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
OUTPUT:
<n1:DCIM_BootConfigSetting>
<n1:ElementName>BootSeq</n1:ElementName>
<n1:InstanceID>IPL</n1:InstanceID>
<n1:IsCurrent>2</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<n1:IsNext>2</n1:IsNext>
</n1:DCIM_BootConfigSetting>
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: