BAMAPI class - Platform - BlueCat Gateway - 24.3.3

Gateway Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
24.3.3

Click a link to jump to the indicated section.

class bluecat.address_manager.api.BAMAPI(v1=None, v2=None)

Bases: object

A structure for holding clients to BAM REST API.

Both clients default to None.

There is no implied guarantee that the clients are for the same BAM, nor that they share the same user session. This may be the case, but it is the responsibility of the creator of the instance of this class, it is not intrinsic.

New in version 23.1.0.

close()

Release any allocated resources.

v1: bluecat_libraries.address_manager.api.client.Client = None

BAM REST v1 API client object.

v2: bluecat_libraries.address_manager.apiv2.client.Client = None

BAM REST v2 API client object.