Returns an APIEntity for the specified IPv6 block or network.
Output / Response
Returns an APIEntity for the specified IPv6 block or network. The APIEntity is empty if the block or network does not exist.
API call:
APIEntity getEntityByPrefix ( long
containerId, String prefix, String
type )
Parameter | Description |
---|---|
containerId | The object ID of higher-level parent object (IPv6 block or configuration) in which the IPv6 block or network is located. |
prefix | The prefix value for the IPv6 block or network. This value cannot be empty. |
type | The type of object to be returned. This value must be either IP6Block or IP6Network. |