3.3.4.48.2.1 FetchIpamIPAddressByManagedByAndManagedByEntityAndAddressSpace

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

 <xs:element name="FetchIpamIPAddressByManagedByAndManagedByEntityAndAddressSpace">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="addressFamily" type="syssock:AddressFamily" />
       <xs:element minOccurs="0" name="address" 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:sequence>
   </xs:complexType>
 </xs:element>

addressFamily: The address family of the IP addresses that need to be fetched.

address: The IP address for which the corresponding address element in the IPAM data store needs to be fetched.

managedBy: The value of managed by service custom field for which the addresses need to be fetched.

managedByEntity: The value of service instance custom field for which the addresses need to be fetched.

addressSpaceId: An Identifier of the address space that contains the IPAM address to be fetched.