Skip to content

Rubrik Cloud Data Management SDK for Python

License

Notifications You must be signed in to change notification settings

pmilano1/rubrik-sdk-for-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubrik Cloud Data Management 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.

Full Documentation

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

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
import rubrik_cdm
rubrik = rubrik_cdm.Connect()

AUTHOR INFORMATION

Rubrik Ranger Logo

About

Rubrik Cloud Data Management SDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • HTML 1.7%