Link entities for user-defined link - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Establish a link between the specified source and destination Address Manager entities.

API method: PUT /v1/linkEntitiesEx

Example

{
    "linkType": "UniqueLinkTypeName",
    "sourceEntityId": 81253,
    "destinationEntityId": 23125
}
Parameters
  • linkType—enter a unique name for the user-defined link.
    Note:
    • You cannot enter a name that is a reserved link type name. For a list of reserved link type names, refer to Reference: Reserved link type names.
    • You cannot enter a name that begins with the prefix "BCN_".
  • sourceEntityId—enter the source entity ID.
  • destinationEntityId— enter the destination entity ID.