3.3.4.43 GetIPRangeById

This operation is used to retrieve the IPRange data having the specified record identifier.

 <wsdl:operation name="GetIPRangeById">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetIPRangeById" message="ipam:IIpamServer_GetIPRangeById_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetIPRangeByIdResponse" message="ipam:IIpamServer_GetIPRangeById_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_GetIPRangeById_InputMessage request message, the server performs the following processing steps. Upon successful completion of the steps specified below, the server MUST respond with the IIpamServer_GetIPRangeById_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. Get the IPRange corresponding to the GetIPRangeById.id by calling the GetIPRangeFromTable procedure of the ADM_IPRangeTable passing the GetIPRangeById.id as Param_id input parameter and GetIPRangeById.addressFamily as the Param_addressfamily input parameter.

  2. Assign the result returned by the above procedure call to GetIPRangeByIdResponse.GetIPRangeByIdResult.