Configuration generic methods - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Add, update, retrieve, and delete configurations using generic methods.

API methods
Add a configuration: POST /v1/addEntity
Note: When creating the configuration, you must set the parentId to zero (0), which is the root element. The entity contains information about the configuration object, including its name, sharedNetwork, and user-defined fields.

Update a configuration's name and sharedNetwork properties: PUT /v1/update

Get a list of configurations: GET /v1/getEntities

Delete a configuration: DELETE /v1/delete