A Python package for interacting with the Rubrik CDM API.
Project description
Rubrik SDK for Python
This project provides a Python package that makes it easy to interact with the Rubrik CDM API.
The SDK has been tested against Python 2.7.6 and Python 3.6.4.
Installation
Install from pip:
pip install rubrik_cdm
Install from source:
$ git clone https://github.com/rubrik-devops/rubrik-sdk-for-python
$ cd rubrik-sdk-for-python
$ python setup.py install
Quick Start
Documentation
Example
By default, the Rubrik SDK will attempt to read the the Rubrik Cluster credentials from the following environment variables:
rubrik_cdm_node_ip
rubrik_cdm_username
rubrik_cdm_password
rubrik_cdm_token
Note: The rubrik_cdm_username and rubrik_cdm_password must be supplied together and may not be provided if the rubrik_cdm_token variable is present |
---|
import rubrik_cdm
rubrik = rubrik_cdm.Connect()
cluster_version = rubrik.cluster_version()
print(cluster_version)
Additional Links
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
rubrik_cdm-2.0.10.tar.gz
(83.8 kB
view details)
File details
Details for the file rubrik_cdm-2.0.10.tar.gz
.
File metadata
- Download URL: rubrik_cdm-2.0.10.tar.gz
- Upload date:
- Size: 83.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d86b7534dfce50d11a3f29fff736b18f98a00c9195c63fa5a7ff0e0ba7fc42cb |
|
MD5 | e99c87f87953d2baa7dcb6d2210f51b4 |
|
BLAKE2b-256 | c1ce4e2cf1f75ecd532409930a0374483b2922c3a541cd714e526505fa43847b |