3.3.4.94.2.1 GetRangeByAddressSpaceIdAndManagedByManagedByEntity

The GetRangeByAddressSpaceIdAndManagedByManagedByEntity element specifies the input values for the GetRangeByAddressSpaceIdAndManagedByManagedByEntity operation.

 <xs:element name="GetRangeByAddressSpaceIdAndManagedByManagedByEntity">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="startIP" nillable="true" type="sysnet:IPAddress" />
       <xs:element minOccurs="0" name="endIP" nillable="true" type="sysnet:IPAddress" />
       <xs:element minOccurs="0" name="managedBy" nillable="true" type="xsd:string" />
       <xs:element minOccurs="0" name="managedByEntity" nillable="true" type="xsd:string" />
       <xs:element minOccurs="0" name="addressSpaceId" type="xsd:long" />
       <xs:element minOccurs="0" name="addressFamily" type="syssock:AddressFamily" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

startIP: A start IP address of the range that is to be fetched.

endIP: An end IP address of the range that is to be fetched.

managedBy: A value of ManagedBy custom field which MUST present on the resulting range.

managedByEntity: A value of ManagedByEntity custom field which MUST present on the resulting range.

addressSpaceId: The RecordId of the address space to which the range MUST map to.

addressFamily: The address family of the queried range.