Implementing API sessions - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Clients request a session by logging in.

Programs, often scripted in languages such as Java, Python, or Perl, can be clients of the API interface. They typically perform actions in a sequence of events like the following:

  1. Connect to the Address Manager server.
  2. Log in.
  3. Get the initial configuration, user, group, or tag group object and proceed to step 4, or retrieve a specific object by name or ID using getEntityById or getEntityByName and proceed to step 6.
  4. Use getEntities to find the children of the initial object.
  5. Use getEntities or a less generic method to select a single entity.
  6. Add a child object or affect the current object.
  7. Log out.