Address Manager v9.5.0 introduces the BlueCat Address Manager RESTful v2 API, a new RESTful API for Address Manager! Starting in 9.5.0, the previous Address Manager API will now be referred to as the Legacy v1 API, to distinguish it from the new RESTful v2 API. The RESTful v2 API adheres to REST architectural constraints and is hypermedia driven, providing a new way of interacting with Address Manager using resources, collections, and links. The RESTful v2 API currently covers most Legacy v1 API functionality, and is intended to replace the Legacy v1 API in the future.
The primary area to view documentation for the new RESTful v2 API is the built-in Swagger
documentation, accessible on Address Manager v9.5 servers at
http://{Address_Manager_IP}/api/docs
. All RESTful v2 API endpoints
and resources are documented in the interactive Swagger UI. Users can also download the
RESTful v2 API OpenAPI (OAS3) document and import it into their API client of
choice.