File: boot_config_setting-enum-ok.xml

package info (click to toggle)
python-dracclient 3.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: xml: 18,999; python: 7,076; makefile: 23
file content (54 lines) | stat: -rw-r--r-- 2,755 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<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>