Update user-defined link - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Update a user-defined link definition.

API method: POST /v1/updateUserDefinedLink

Example

{
    "linkType" : "UniqueLinkTypeName",
    "displayName" : "My Link Type",
    "sourceEntityTypes" : ["IP4Ranged", "IP4Network"],
    "destinationEntityTypes" : ["IP4Ranged", "IP4Block"]
}
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_".
    • You must enter a defined user-defined link.
  • displayName—enter the name for the user-defined link that will be displayed in Address Manager.
  • sourceEntityTypes— enter the source entity name for the user-defined link.
  • destinationEntityTypes— enter the destination entity name for the user-defined link.
Note: If you're updating a user-defined link, you cannot update a link with any associated entity links.