Modules for working with BlueCat products.
Project description
Modules for working with BlueCat products.
Example
# Fetch all configurations from a BlueCat Address Manager server.
from bluecat_libraries.address_manager.api import Client
from bluecat_libraries.address_manager.constants import ObjectType
with Client(<bam_url>) as client:
client.login(<username>, <password>)
configs = client.get_entities(0, ObjectType.CONFIGURATION)
client.logout()
for config in configs:
print(config)
Note
Subpackage bluecat_libraries.address_manager.api.rest.provisional is a deprecated dependency of BlueCat Gateway, and currently exists while we are still in the pre-deprecation-removal grace period. It will be removed in the next release of BlueCat Libraries.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bluecat-libraries-23.2.0.tar.gz
(111.0 kB
view hashes)
Built Distribution
Close
Hashes for bluecat_libraries-23.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7ec72d45d1d140b2d658e87e49a88eb9c0690a44d1fe565598a9575d986c136 |
|
MD5 | ca175c0bb83548e631fea206c823ddaa |
|
BLAKE2b-256 | 1ec2d252095fdad5bd3b99def5e670d3c1dc279db3f46c80940bae8b215f90f1 |