Technical White Paper
<n1:CurrentValue>Uefi
</n1:CurrentValue>
<n1:DefaultValue xsi:nil="true"/>
<n1:FQDD>BIOS.Setup.1-1</n1:FQDD>
<n1:InstanceID>BIOS.Setup.1-1:BootMode</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:PendingValue xsi:nil="true"/>
<n1:PossibleValues>Bios</n1:PossibleValues>
<n1:PossibleValues>Uefi</n1:PossibleValues>
</n1:DCIM_BIOSEnumeration>
<n1:DCIM_BIOSEnumeration>
<n1:AttributeName>BootSeqRetry
</n1:AttributeName>
<n1:CurrentValue>Disabled
</n1:CurrentValue>
<n1:DefaultValue
xsi:nil="true"/>
<n1:FQDD>BIOS.Setup.1-1
</n1:FQDD>
<n1:InstanceID>
BIOS.Setup.1-1:BootSeqRetry
</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:PendingValue xsi:nil="true"/>
<n1:PossibleValues>Disabled</n1:PossibleValues>
<n1:PossibleValues>Enabled</n1:PossibleValues>
</n1:DCIM_BIOSEnumeration>
17.2 Getting a BIOS Enumeration Instance
Getting one particular instance of the
BIOSEnumeration
, instead of all instances as shown in
Section 17.1, is shown below.
Get a
BIOSEnumeration
instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 17.1, which shows
an example using BIOS.Setup.1-1:NumLock as an
instanceID
EXAMPLE:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSEnumeration
?InstanceID=$INSTANCEID -h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-о utf-8 –н basic
OUTPUT:
<n1:DCIM_BIOSEnumeration>
<n1:AttributeName>NumLock</n1:AttributeName>
<n1:CurrentValue>On</n1:CurrentValue>
<n1:DefaultValue xsi:nil="true"/>
<n1:FQDD>BIOS.Setup.1-1</n1:FQDD>
<n1:InstanceID>BIOS.Setup.1-1:NumLock</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:PendingValue xsi:nil="true"/>
<n1:PossibleValues>On</n1:PossibleValues>
<n1:PossibleValues>Off</n1:PossibleValues>
The ‘set attribute’ method in Section
17.3 will use the
AttributeName
and
PossibleValues
fields as input.
The ‘set attributes’ method in
Section 17.4 will use the
AttributeName
and
PossibleValues
fields as input.