3.3.4.108.2.1 GetSubnetUtilization
The GetSubnetUtilization element specifies the input values for the GetSubnetUtilization operation.
-
<xs:element name="GetSubnetUtilization"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="id" type="xsd:long" /> <xs:element minOccurs="0" name="addressFamily" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="requestedIPUtilizationType" type="ipam:IPUtilizationType" /> <xs:element minOccurs="0" name="startDate" nillable="true" type="xsd:dateTime" /> <xs:element minOccurs="0" name="endDate" nillable="true" type="xsd:dateTime" /> </xs:sequence> </xs:complexType> </xs:element>
id: The RecordId of the subnet for which the utilization statistics are to be retrieved.
addressFamily: The address family of the subnet for which the utilization statistics are to be retrieved.
requestedIPUtilizationType: The type of IP address utilization data requested. For IPv6, this value MUST be IPUtilizationType.Current.
startDate: The start date from which the utilization data is to be retrieved.
endDate: The end date until which the utilization data is to be retrieved.