White Papers
13 No Restrictions | Filter Dialects |
OperationalStatus = 2
OverwritePolicy = 7
RequestedState = 12
...
...
The corresponding SOAP request packet is given here.
<s:Envelope 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>
...
</s:Header>
<s:Body>
<wsen:Enumerate>
...
<wsman:Filter
Dialect="http://schemas.dmtf.org/wbem/wsman/1/cimbinding/associationFilter"
xmlns:b="http://schemas.dmtf.org/wbem/wsman/1/cimbinding.xsd">
<b:AssociatedInstances>
<b:Object>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/rol
e/anonymous</wsa:Address>
<wsa:ReferenceParameters>
<wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_ComputerSystem</wsman:ResourceURI>
<wsman:SelectorSet>
<wsman:Selector
Name="__cimnamespace">root/dcim</wsman:Selector>
<wsman:Selector
Name="CreationClassName">DCIM_ComputerSystem</wsman:Selector>
<wsman:Selector Name="Name">srv:system</wsman:Selector>
</wsman:SelectorSet>
</wsa:ReferenceParameters>
</b:Object>
</b:AssociatedInstances>
</wsman:Filter>
</wsen:Enumerate>
</s:Body>
</s:Envelope>