This SDK provides operations for interfacing with the Cohesity Cluster.
Project description
Cohesity Management SDK
Overview
The Cohesity Management SDK provides an easy-to-use language binding to harness the power of Cohesity REST APIs in your python applications.
Install
Install via pip:
pip install cohesity-management-sdk
Install from source:
The generated code uses Python packages named requests, jsonpickle and dateutil. You can resolve these dependencies using pip. This SDK uses the Requests library and will work for Python 2 >=2.7.9 and Python 3 >=3.4.
git clone https://github.com/cohesity/management-sdk-python.git
cd management-sdk-python
pip install -r requirements.txt
python setup.py install
How to Use:
This SDK exposes all the functionality provided by Cohesity REST API.
Initializing the Client:
username = 'Username'
password = 'Password'
domain = 'Domain' #optional
cluster_vip = 'prod-cluster.eng.cohesity.com'
client = CohesityClient(cluster_vip, username, password, domain)
You can perform a wide range of operations such as:
- Retrieve Cohesity Cluster details
- List protection sources
- List the protection jobs
- Resolve alerts
- vCenter workflows
- AWS boto3 object store workflows
And much more, check out the scripts included under samples
for reference.
Upgrade
To upgrade the package:
pip install cohesity-management-sdk --upgrade
To upgade the package to specific release:
pip install cohesity-management-sdk==1.1.3
Questions or Feedback :
We would love to hear from you. Please send your questions and feedback to: cohesity-api-sdks@cohesity.com
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
File details
Details for the file cohesity_management_sdk-1.5.3.tar.gz
.
File metadata
- Download URL: cohesity_management_sdk-1.5.3.tar.gz
- Upload date:
- Size: 827.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d36e3321b9917cba194bf8a5204f0cdad4065d3e99ad43c893ca09b4a273f2c8 |
|
MD5 | eaeab2c0b9a952db1c4ee5cbc80e542a |
|
BLAKE2b-256 | 6cde85ad63147bcbe0497ff9c61980bc2a059285ef1dd68b9a0874cb53446edf |