Establishes a link between two specified Address Manager entities.
Output / Response
None.
This method works on the following types of objects and links:
Type of entity for entity1Id | Type of entity for entity2Id | Result |
---|---|---|
Any entity | Tag | Applies the tag linked to the entity. |
Tag | Any entity | Applies the entities from the object tag. |
MACPool | MACAddress | Applies the MAC address from the MAC pool. |
MACAddress | MACPool | Applies the MAC pool from the MAC address. |
User | UserGroup | Applies the user group from the user. |
UserGroup | User | Applies the user from the user group. |
Location | IP or server object | Applies the IP or server object to a location. |
IP or server object | Location | Applies the location to an object. |
Server Group | Server | Applies a server to a Server Group object. |
Server | Server Group | Applies a Server Group to a server object. |
API call:
void linkEntities ( long entity1Id, long
entity2Id, String properties )
Parameter | Description |
---|---|
entity1Id | The object ID of the first entity in the pair of linked entities. |
entity2Id | The object ID of the second entity in the pair of linked entities. |
properties | Adds object properties, including user-defined fields. |