3.3.4.55 GetAddressSpacesByIds

The GetAddressSpacesByIds operation retrieves the address space elements with the specified RecordIds from the IPAM data store.

 <wsdl:operation name="GetAddressSpacesByIds">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAddressSpacesByIds" message="ipam:IIpamServer_GetAddressSpacesByIds_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAddressSpacesByIdsResponse" message="ipam:IIpamServer_GetAddressSpacesByIds_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_GetAddressSpacesByIds_InputMessage request message, the server performs the following processing steps. Upon successful completion of these steps, the server MUST respond with the IIpamServer_GetAddressSpacesByIds_OutputMessage message. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1:

  1. For each addressSpaceId in GetAddressSpacesByIds.ids, call the procedure GetAddressSpaceById of ADM_AddressSpaceTable with Param_AddressSpaceId set to addressSpaceId.

  2. Assign the returned result to GetAddressSpacesByIdsResponse.GetAddressSpacesByIdsResult.