3.3.4.47 GetLogicalGroupUtilizationByType
This operation can be used to retrieve the logical group utilization based on the trend type requested.
-
<wsdl:operation name="GetLogicalGroupUtilizationByType"> <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetLogicalGroupUtilizationByType" message="ipam:IIpamServer_GetLogicalGroupUtilizationByType_InputMessage" /> <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetLogicalGroupUtilizationByTypeResponse" message="ipam:IIpamServer_GetLogicalGroupUtilizationByType_OutputMessage" /> </wsdl:operation>
Upon receiving the IIpamServer_GetLogicalGroupUtilizationByType_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_GetLogicalGroupUtilizationByType_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.
If GetLogicalGroupUtilizationByType.groupNode is null or GetLogicalGroupUtilizationByType.groupType is not LogicalGroupType.Range, an appropriate SOAP fault MUST be generated.
Call the procedure GetUtilizationTrendForLogicalGroupNode in ADM_IPRangeTable passing the following parameters:
Param_logicalGroupNode is assigned the value of GetLogicalGroupUtilizationByType.groupNode.
Param_addressfamily is assigned the value of GetLogicalGroupUtilizationByType.addressFamily.
Param_utilizationType is set to GetLogicalGroupUtilizationByType.ipUtilizationType.
Param_startDate is assigned the value of null.
Param_endDate is assigned the value of null.
Assign Result_utilization to GetLogicalGroupUtilizationByPeriodResponse.GetLogicalGroupUtilizationByPeriodResult.