Returns multiple IPv4 networks linked to the given shared network tag.
Output / Response
Returns an array of entities of all the IPv4 networks linked to the given shared network tag. If no networks are found, an empty array will be returned.
API Call:
APIEntity[] getSharedNetworks ( long tagId )
Parameter | Description |
---|---|
tagId | The object ID of the tag that is linked with shared IPv4 networks. If tagId is not valid, an error will be returned. |