python-dracclient/dracclient/tests/wsman_mocks/boot_config_setting-enum-ok...

54 lines
2.7 KiB
XML

<s:Envelope xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_BootConfigSetting"
xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse</wsa:Action>
<wsa:RelatesTo>uuid:0fa1f933-4c3c-480f-8a35-75035f9fbfad</wsa:RelatesTo>
<wsa:MessageID>uuid:6fa24f5f-2170-1170-8ea5-a36fc6fe83b0</wsa:MessageID>
</s:Header>
<s:Body>
<wsen:EnumerateResponse>
<wsman:Items>
<n1:DCIM_BootConfigSetting>
<n1:ElementName>BootSeq</n1:ElementName>
<n1:InstanceID>IPL</n1:InstanceID>
<n1:IsCurrent>1</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<n1:IsNext>1</n1:IsNext>
</n1:DCIM_BootConfigSetting>
<n1:DCIM_BootConfigSetting>
<n1:ElementName>HddSeq</n1:ElementName>
<n1:InstanceID>BCV</n1:InstanceID>
<n1:IsCurrent>2</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<n1:IsNext>2</n1:IsNext>
</n1:DCIM_BootConfigSetting>
<n1:DCIM_BootConfigSetting>
<n1:ElementName>UefiBootSeq</n1:ElementName>
<n1:InstanceID>UEFI</n1:InstanceID>
<n1:IsCurrent>2</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<n1:IsNext>2</n1:IsNext>
</n1:DCIM_BootConfigSetting>
<n1:DCIM_BootConfigSetting>
<n1:ElementName>OneTimeBootMode</n1:ElementName>
<n1:InstanceID>OneTime</n1:InstanceID>
<n1:IsCurrent>2</n1:IsCurrent>
<n1:IsDefault>0</n1:IsDefault>
<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>
</wsman:Items>
<wsman:EndOfSequence/>
</wsen:EnumerateResponse>
</s:Body>
</s:Envelope>