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-22.11.1.tar.gz
(97.1 kB
view hashes)
Built Distribution
Close
Hashes for bluecat-libraries-22.11.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148107c2fcfdac5ba74042005cec8603e5e42cb0081b7567354af62f8265020f |
|
MD5 | eda30d78624d5073c57327660cb69dd9 |
|
BLAKE2b-256 | a5ff777fb19ca2b26703aab7238425fba19df058eb9064a70111c4212ce7dcef |
Close
Hashes for bluecat_libraries-22.11.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0878bc5cef9496e73b4de39d09c9a9cb890af2d93a259a003316ebe49e1db448 |
|
MD5 | d3a349c1fa1a3c5cc35ae4f26e627c4c |
|
BLAKE2b-256 | 7ee27c773d6c844c03d7d3011430eb1058497959b9ac24b0252f13bd780ec8c8 |