The BlueCat Library API contains a set of wrapper classes
that abstract functionality available from the Address Manager Legacy v1 API
Client, as well as other Address Manager and BDDS functions. Since these APIs are provided by the
bluecat-libraries
package, they can be used in a standalone Python
application (that is, they do not need to be used within a BlueCat Gateway workflow). They can still be accessed within Gateway using the
standard API client (spec_api
).
Tip: For more details on the standard API client,
see Gateway Python APIs.