White Papers
11 No Restrictions | Filter Dialects |
Selector: InstanceID = DCIM:SEL:1
Selector: __cimnamespace = root/dcim
Dependent
EndpointReference
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
ReferenceParameters
ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_ComputerSystem
SelectorSet
Selector: Name = srv:system
Selector: CreationClassName = DCIM_ComputerSystem
Selector: __cimnamespace = root/dcim
...
...
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:AssociationInstances>
<b:Object>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</ws
a: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:AssociationInstances>